verdaccio-pack

1.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i verdaccio-pack

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

10.9 kB

Total Files

5

Last publish

Collaborators

  • slgluo