make-node

0.4.6 • Public • Published

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/>

/make-node/

    Package Sidebar

    Install

    npm i make-node

    Weekly Downloads

    381

    Version

    0.4.6

    License

    none

    Unpacked Size

    28.6 kB

    Total Files

    32

    Last publish

    Collaborators

    • jaredhanson