Useful makefiles for developing Node.js packages.


Keywords
make
License
MIT
Install
npm install make-node@0.4.6

Documentation

Makefiles for Node.js packages

A suite of rules, to be used with make, that are useful when developing Node.js packages.

Install

$ npm install @jaredhanson/make-node --save-dev

Usage

Include this suite of rules in a project's top-level Makefile

include node_modules/@jaredhanson/make-node/main.mk

make test

A project's test suite can be run by executing:

$ make test

By default, the test suite will be run using Mocha as a test framework.

Support

Funding

This software is provided to you as open source, free of charge. The time and effort to develop and maintain this project is dedicated by @jaredhanson. If you (or your employer) benefit from this project, please consider a financial contribution. Your contribution helps continue the efforts that produce this and other open source software.

Funds are accepted via PayPal, Venmo, and other methods. Any amount is appreciated.

License

The MIT License

Copyright (c) 2016 Jared Hanson <http://jaredhanson.net/>