Create a Node.js module with Makefile. Forked from generator-node
$ npm install --global generator-node-make
$ mkdir my-new-module
$ cd my-new-module
$ yo node-make
# to run jshint and tests
$ make
Creates node module scafolding with jshint, node test runner for testing, github actions for CI, libraries.io for dependency monitoring.
Generates .editorconfit
, .gitignore
, .npmignore
.
make check
- is automatically added - lints and runs mocha tests
MIT © Yeoman team