1.0.5 • Published 2 years ago
verdaccio-pack v1.0.5
verdaccio-pack
A commandline tool for compress verdaccio local storage to zip file
Usage
install via npm
npm install -g verdaccio-packyou should clean verdaccio storage use the below command before install dependencies
verdaccio-pack clearyou should also clean pnpm cache if you use pnpm to install dependencies
verdaccio-pack clear --pnpm-storenext, make verdaccio as the registry of npm, yarn or pnpm
# npm or pnpm
npm config set registry http://localhost:4873/
# yarn
yarn config set registry http://localhost:4873/installing...
finally, pack verdaccio storage to a zip file by the below command
verdaccio-pack pack