generator-nm
Scaffold out a node module
Optionally with a CLI.
This is what I use for my own modules.
A Cross-Platform Node.js ES5 Module Generator For OS X, Linux And Windows.
Install
$ npm install --global @sanemat/generator-nm
Usage
With yo:
$ yo @sanemat/nm
Example
Tip
Use chalk if you want colors in your CLI.
Features
Currently, it uses :
- Lint
- eslint
- eclint - editorconfig
- CI
- travis-ci - Test on Ubuntu
- appveyor - Test on Windows
- tachikoma - Dependency Update as a Service. http://tachikoma.io
- Test
- mocha
- power-assert
- Utility
- fixpack - Sort package.json
- conventional-changelog - Changelog
- david - Dependency Update
Changelog
License
Forked @sanemat/generator-nm
MIT © Sanemat
generator-nm
OriginalMIT © Sindre Sorhus