2.3.0 • Published 5 months ago

generator-node-make v2.3.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 months 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 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

2.3.0

5 months ago

2.2.2

1 year ago

2.2.1

1 year ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

4 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.2.0

9 years ago

0.1.0

10 years ago