copi - install NPM packages by finding them locally in other projects. Offline ;)

by bahmutov
macOS ◆ xterm-256color ◆ bash 1716 views

Repo: https://github.com/bahmutov/copi

npm install -g copi
copi <module name>
copi <module name> --save | --save-dev | -S | -D

If an existing local copy of <module name> is not found, copi calls standard npm install <module name> <flags …> automatically.