1.0.3 • Published 4 years ago

nodejin v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

:zap: Nodejin

A CLI to bootstrap node projects for quick prototyping

Installation

npm install -g nodejin

Usage

nodejin <template> [options]

Example

nodejin express --yes

Current templates

  • Express
  • Koa

more templates and features currently in the works.

optionsaliasdefaultdescription
--git-gtrueInitilize git repository
--skipInstall-sifalseSkip installing dependencies
--yes-yfalseSkip prompts and use the default options and the default template