0.7.2 • Published 9 years ago
@eush77/generator-node v0.7.2
generator-node
This is my custom generator for Node projects.
Usage
yo nodeThis will ask questions and create package.json, README.md, LICENSE, .gitignore, and .travis.yml (if requested).
yo node:bareThis will silently create minimal package.json to write scripts and accumulate dependencies in. Similar to npm init --yes.
Install
npm install -g eush77/generator-nodeor from a scoped package
npm install -g @eush77/generator-nodeNote that if you install it as a scoped package, you will need to specify its scope explicitly:
yo @eush77/node
yo @eush77/node:bareLicense
MIT