0.2.5 • Published 2 years ago

pack-all-tarballs v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

pack-all-tarballs

NPM version

Why

In some situations, people don't have Internet access in their development environment. Typically, to support the npm install command, a repository mirror will be configured. Then people need to transfer tgz files from the Internet to the mirror somehow. However, it's not convenient enough to do that. So I write this util to automatically download all used packages as tgz files(which also means you need to implement upload util yourself regarding your mirror).

Install

npm install -g pack-all-tarballs

Usage

First make sure you have your lock file ready. To pack all packages into ./tarballs folder, just run:

pack-all-tarballs

NOTE: Currently only package-lock.json and pnpm-lock.yaml are supported.

For complicated usage, run pack-all-tarballs -h. You are able to change the output directory and which lock file to use.

License

MIT License © 2022 winwin2011

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.0-beta.5

2 years ago

0.2.0-beta.4

2 years ago

0.2.0-beta.3

2 years ago

0.2.0-beta.2

2 years ago

0.2.0-beta.1

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.1.0-beta.3

2 years ago

0.1.0-beta.2

2 years ago

0.0.2

2 years ago