Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

incrementallify

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

incrementallify

faster rebuilds for browserify

  • 0.4.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

incrementallify

a way to faster builds with browserify

Rebuild only if something has changed, otherwise returns already build file. Incrementallify will create a browserify-cache.json in the current working directory, it will also create a .browserifyCache folder to cache results, if a shell command is given!

example

you can use incrementallify with all the browserify arguments

$ incrementallify -o output/bundle.js ./sourcefile.js --verbose
[09:28:47] written to bundle.js

install

to install with npm:

$ npm install -g incrementallify

to get the incrementallify cli, or do:

$ npm install --save incrementallify

to get the libary instead

Keywords

FAQs

Package last updated on 01 Feb 2018

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