d8npm

3.2.2 • Public • Published

NPM Version NPM Downloads

node-tgz-downloader

Downloads all of the tarballs based on one of the following:

  • local package-lock.json file
  • url to a package-lock.json
  • name of package
  • local package.json file
  • url to a package.json

install

npm install node-tgz-downloader -g

usage

package-lock.json

from local file:

download-tgz package-lock path/to/package-lock.json

from url:

download-tgz package-lock https://raw.githubusercontent.com/Meir017/node-tgz-downloader/master/package-lock.json

package name

download-tgz package @angular/cli --devDependencies --peerDependencies

package.json

from local file:

download-tgz package-json path/to/package.json

from url:

download-tgz package-json https://raw.githubusercontent.com/Meir017/node-tgz-downloader/master/package.json

Readme

Keywords

none

Package Sidebar

Install

npm i d8npm

Weekly Downloads

1

Version

3.2.2

License

MIT

Unpacked Size

10.8 kB

Total Files

7

Last publish

Collaborators

  • meirblachman