0.0.6 • Published 5 years ago

install-me-maybe v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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