generator-nm-standard
v4.0.0
Published
Scaffold out a node module, with standard code style
Downloads
24
Maintainers
Readme
generator-nm-standard
Scaffold out a node module, with standard code style
Optionally with a CLI.
Based on generator-nm by Sindre Sorhus but where xo is replaced by the standard linter.
Install
$ npm install --global generator-nm-standard
Usage
With yo:
$ yo nm-standard
Warning
Do not use version 3.1.11, it was mistagged and won't work with yo
1.7.x or earlier.
generator-nm-standard
3.1.10 and earlier will work with older yo
.
Use 3.2.0 instead if you want to update yo
to 1.8.x.
Tip
Use chalk if you want colors in your CLI.
License
Based on MIT © Sindre Sorhus' word.
MIT © Robin Millette