pack-and-install
v2.0.1
Published
Package for locally installing dependencies
Downloads
2
Readme
pack-and-install
Installation
npm install -g pack-and-install
Usage
pack-and-install [-k] [path]
Will pack the NPM package at path
into a .tgz
file and install it, then remove the .tgz
file. If path
isn't passed, you will be prompted to enter it.
If you want the .tgz
file not to be removed, use -k
or --keep-tar
.