@guchen_0521/create-temp
v0.1.10
Published
Project scaffolding CLI (templates pulled from GitHub)
Readme
create-temp
Local template scaffolding CLI for this repository. It clones the latest templates from GitHub on each run (SSH access required).
Usage
npm link
create-tempOr pass args directly:
create-temp backend/express/express-no-ts my-api
create-temp front/web/vue3/vue3-no-ts my-webUse with npm create:
npm create @guchen_0521/temp@latest -- backend/express/express-no-ts my-apiInteractive selection (TUI):
npm create @guchen_0521/temp@latestRequirements
- Git installed and available in PATH
- SSH access to
ssh://[email protected]:443/GuChena/template.git
Publish
npm publish --access public