generator-node-make
v3.0.6
Published
Create a Node.js module with Makefile
Downloads
273
Maintainers
Readme
Node with Makefile Generator
Create a Node.js module with Makefile. Forked from generator-node
Install
$ npm install --global generator-node-makeUsage
$ mkdir my-new-module
$ cd my-new-module
$ yo node-make
# to run jshint and tests
$ makeCreates node module scafolding with biome, 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
License
MIT © Yeoman team
