0.7.2 • Published 9 years ago

@eush77/generator-node v0.7.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 years ago

generator-node

This is my custom generator for Node projects.

Usage

yo node

This will ask questions and create package.json, README.md, LICENSE, .gitignore, and .travis.yml (if requested).

yo node:bare

This will silently create minimal package.json to write scripts and accumulate dependencies in. Similar to npm init --yes.

Install

npm install -g eush77/generator-node

or from a scoped package

npm install -g @eush77/generator-node

Note that if you install it as a scoped package, you will need to specify its scope explicitly:

yo @eush77/node
yo @eush77/node:bare

License

MIT

0.7.2

9 years ago

0.7.0

10 years ago

0.6.1

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.4

10 years ago