get-tarball-cli
A simple CLI that downloads all packages defined in the indicated package-lock.json file. Nothing fancy, just a basic tool.
Installation
npm install -g get-tarball-cli
Basic Use
cd /my/project/folderhey get-tarball
or
hey get-tarball /my/other/project/package-lock.json
or
hey get-tarball -o /home/desktop/outfolder
Options
-o
Optional output folder for the packages. Otherwise, if not supplied, the tarballs will be donwloaded in the current working directory under the tarballs
folder