1.0.5 • Published 3 months ago

arti-bundle v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

arti-bundle

arti-bundle allows you to download npm packages in their original tar.gz format including their dependencies, and saves them as an archive in the npm folder structure.

Packages can then be imported into a package manager such as Artifactory, and then used in an offline environment.

Getting Started

Download the package using:

npm install -g arti-bundle

Usage

arti-bundle|ab <package-name>@<package-version>

Example

arti-bundle request

This command will download "request" and all its dependencies and create an archive package-bundle.tgz containing all the tgz's required.