1.0.5 • Published 2 years ago
arti-bundle v1.0.5
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-bundleUsage
arti-bundle|ab <package-name>@<package-version>Example
arti-bundle requestThis command will download "request" and all its dependencies and create an archive package-bundle.tgz containing all the tgz's required.