2.0.1 • Published 3 years ago
pack-and-install v2.0.1
pack-and-install
Installation
npm install -g pack-and-installUsage
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.