0.1.2 • Published 12 months ago

depsave v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months 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

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago