1.0.0 • Published 10 years ago
generator-nm-semistandard v1.0.0
generator-nm-semistandard 
Scaffold out a node module, following the semistandard code style.
Based on @sindresorhus/generator-nm
This is what I use for my own modules.

Install
$ npm install --global generator-nm-semistandardUsage
With yo:
$ yo nm-semistandard
# will run a generator, resulting in a module
# that follows the semistandard code style.Extensions over generator-nm by @sindresorhus
Semistandard added to the
devDependenciessemistandardis part of thenpm testscript.Whenever
npm testis run, code in the module is automatically checked for semistandard code style, and the test fails if there are any issues.Add the Javascript semistandard code style badge to the README file
License
MIT © Siddharth Kannan
1.0.0
10 years ago