0.1.2 • Published 2 years ago

depsave v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

DEPSAVE

Straightforward cli tool for downloading package dependencies tgz using standard npm approach.

Compatiblity

  • nodejs >= 8.5.0

Features

  • Downloading tgz files for packages, passed in command line
  • Downloading tgz files for dependencies from package.json

Installation

npm i -g depsave

Usage

Usage: depsave [options] [package-names...]

Options:
  -v, --version                        output the version number
  -d, --directory [path/to/directory]  custom directory for downloaded dependencies (default: depsave-<epoch_time>)
  -f, --file [path/to/package.json]    package.json file to fetch dependencies from
  -c, --concurrent [int]               maximum amount of concurrent downloads (default: 20)
  -h, --help                           output usage information
0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago