0.0.7 • Published 2 years ago

pack-modules v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

pack-modules

* Requires npm version 7.18.0 or higher

Used to export all packages and sub-packages of a node project. This is based on the versions kept in the projects package-lock.json file. Make sure both package.json and package-lock.json exist in your project.

Running

Open a shell in the project you wish to pack and type:
npx pack-modules

When finished a new folder named tars will appear containing the relevant packages.

You can use the --target flag to specify a different target folder.

Use the -i flag use the currently installed node modules instead of the ones in the package-lock.json file.

for more information use npx pack-modules --help

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago