1.0.5 • Published 7 months ago

verdaccio-pack v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

verdaccio-pack

A commandline tool for compress verdaccio local storage to zip file

Usage

install via npm

npm install -g verdaccio-pack

you should clean verdaccio storage use the below command before install dependencies

verdaccio-pack clear

you should also clean pnpm cache if you use pnpm to install dependencies

verdaccio-pack clear --pnpm-store

next, 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
1.0.5

7 months ago

1.0.4

7 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago