Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nodejin

datlyfe4MIT1.0.3

A CLI to bootstrap node projects for quick prototyping

cli, nodejin

readme

: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.

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