1.0.0 • Published 6 years ago

get-tarball-cli v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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/folder
hey 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