1.0.3 • Published 6 years ago
nodejin v1.0.3
:zap: Nodejin
A CLI to bootstrap node projects for quick prototyping
Installation
npm install -g nodejinUsage
nodejin <template> [options]Example
nodejin express --yesCurrent templates
- Express
- Koa
more templates and features currently in the works.
| options | alias | default | description |
|---|---|---|---|
| --git | -g | true | Initilize git repository |
| --skipInstall | -si | false | Skip installing dependencies |
| --yes | -y | false | Skip prompts and use the default options and the default template |