Skip to content
/ cipm Public
forked from zkat/cipm

standalone ci-oriented package installer for npm projects

License

Notifications You must be signed in to change notification settings

rmg/cipm

 
 

Repository files navigation

npm license Travis AppVeyor Coverage Status

NOTE: this project is under active development. Please don't use it yet.

cipm(1) -- install npm dependencies from a package lock

SYNOPSIS

cipm [--userconfig <path>] [--ignore-scripts] [--offline] [--loglevel <level>]

INSTALL

npm install [-g|-D] cipm

DESCRIPTION

When invoked inside an npm project with a package.json and package-lock.json (or an npm-shrinwkrap.json), it will install the specified dependencies and run their install scripts.

The main difference between this and npm install is that cipm is both a small, standalone program, and that it can bypass a lot of the heavier machinery in npm oriented towards interacting with invalid states: cipm completely removes node_modules before beginning the install, if it exists.

cipm also requires that the current project have an existing lockfile, which must first be generated using npm install in npm@5 or later versions (or any other package manager supporting lockfileVersion@>=1).

This tool is ideal for using in CI environments that require regular, full installs of an application, but that are usually able to cache package data in a central cache.

EXAMPLES

AUTHOR

Written by Kat Marchan.

REPORTING BUGS

Please file any relevant issues on Github.

LICENSE

This work is released under the conditions of the MIT license. See LICENSE.md for more details.

SEE ALSO

  • npm-install(1)
  • npm-package-locks(5)
  • package-lock.json(5)

About

standalone ci-oriented package installer for npm projects

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%