Socket
Socket
Sign inDemoInstall

make-node

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-node

Useful makefiles for developing Node.js packages.


Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 09 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc