get-tarball-cli

Download tarballs from npm using a package-lock.json file

Usage no npm install needed!

<script type="module">
  import getTarballCli from 'https://cdn.skypack.dev/get-tarball-cli';
</script>

README

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