Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 515 Bytes

readme.md

File metadata and controls

27 lines (19 loc) · 515 Bytes

Carve

Install with npm:

npm install --global @boyeborg/carve

Usage

$ carve --help

  Download npm packages and their dependencies.

  Usage
    $ carve <package-name>... [options]

  Options
    --output, -o    Output directory (default: packages)
    --registry, -r  NPM registry to use (default: https://registry.npmjs.org)
    --help          Displays this help text
    --version       Displays the version number

  Examples
    $ carve [email protected] react "moment@1||2||3" --output=dump