/nodejin

A CLI for bootstraping node projects

Primary LanguageJavaScriptMIT LicenseMIT

🚀 Nodejin

A CLI to bootstrap node projects for quick prototyping

gitmoji-cli

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.

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