install-me-maybe
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

Idempotent NPM Installs

oclif Version Downloads/week License

Works with Yarn or NPM!

Designed for CI / CD systems. Run install-me-maybe as many times as you'd like, it will only run npm install or yarn when the lock file changed.

How it works

Creates a hash of your package-lock.json or yarn.lock and writes that hash to a file called .installmemaybe

On the next call to install-me-maybe the contents of the hash file are compared with the new hash, only then will an install be triggered.

Installs your NPM modules only if they are out of date, designed for CI / CD systems

Package Sidebar

Install

npm i install-me-maybe

Weekly Downloads

8

Version

0.0.6

License

MIT

Unpacked Size

5.38 kB

Total Files

8

Last publish

Collaborators

  • rlancer