2.2.2 • Published 4 days ago

generator-node-make v2.2.2

Weekly downloads
6
License
MIT
Repository
github
Last release
4 days ago

NPM version Build Status Dependency Status

Node with Makefile Generator

Create a Node.js module with Makefile. Forked from generator-node

Install

$ npm install --global generator-node-make

Usage

$ 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

License

MIT © Yeoman team

2.2.2

4 days ago

2.2.1

3 months ago

2.2.0

4 months ago

2.1.0

8 months ago

2.0.0

2 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.2.0

7 years ago

0.1.0

9 years ago