0.0.0 • Published 8 years ago

shrinkwrap.io v0.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

shrinkwrap-safeinstall

shrinkwrap.io manages shrinkwraps for your npm modules. Connect your Github Account at shrinkwrap.io, and the SaaS (shrinkwrap-as-a-service) will automatically issue a Pull Request with the necessary configuration. Manual setup steps are below.

Reasons to use safeinstall

  • Shrinkwrap dependency tree for production safety
  • 5x Faster npm installation
  • Avoid the npm worm and left-pad issues.
  • Avoid unwieldy diffs in source control

Install this module to support shrinkwrap.io safeinstall in your project.

Install

npm install --save shrinkwrap.io

Configure package.json

{
  "scripts": {
    "safeinstall": "safeinstall"
  }
}