Skip to content

matart15/development_docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Docs – Reusable Snippets via npx degit

Use these commands to pull curated files/folders from matart15/development_docs into any repository.

  • Replace ./ with your target path as needed
  • Add #branch after the path to pin a branch or tag (e.g., .../project-base#main)
  • Use --force to overwrite existing files

0) Project Bases (git, GitHub, Node package)

# Git + GitHub base (gitignore, gitattributes, PR templates, issue templates, workflows)
npx degit matart15/development_docs/project-base/git ./ --force

# Node package base (package.json fields, editorconfig, eslint, tsconfig)
npx degit matart15/development_docs/project-base/node ./ --force

# Repo meta (LICENSE, CODEOWNERS, SECURITY, FUNDING, CONTRIBUTING)
npx degit matart15/development_docs/project-base/repo-meta ./ --force

1) Cursor Rules

# Cursor-specific rules and assistant configuration
npx degit matart15/development_docs/cursor/rules ./ --force

2) Docs

# General docs (README templates, conventions, contribution guides)
npx degit matart15/development_docs/docs/general ./docs --force

# Project TODO scaffolds
npx degit matart15/development_docs/docs/todo ./docs/todo --force

3) package-scripts

# package-scripts.yml and helper scripts
npx degit matart15/development_docs/package-scripts ./ --force

4) Firebase

# Firebase config (firebase.json, .firebaserc examples, emulator config, hosting)
npx degit matart15/development_docs/firebase ./ --force

5) Zod Generator

# Zod schema generator (scripts, examples, config)
npx degit matart15/development_docs/zod-generator ./ --force

6) shadcn + Tailwind

# Tailwind + shadcn setup (tailwind config, postcss, base styles, components)
npx degit matart15/development_docs/ui/shadcn-tailwind ./ --force

Tips

  • Dry run: clone to a temp dir first to preview contents.
  • Selective copy: degit supports subpaths; target only what you need.
  • Pin versions: use tags/branches for stable reproducibility.
  • Merge carefully: review diffs when using --force.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published