arti-bundle
v1.0.5
Published
Create a bundle of packages including their dependencies in archive format
Downloads
5
Maintainers
Readme
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.