generator-node-make

2.2.1 • Public • Published

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

Package Sidebar

Install

npm i generator-node-make

Weekly Downloads

0

Version

2.2.1

License

MIT

Unpacked Size

9.79 kB

Total Files

16

Last publish

Collaborators

  • pirxpilot