Skip to content

一个用于将本地verdaccio storage打包成zip压缩文件的命令行工具

Notifications You must be signed in to change notification settings

slgluo/verdaccio-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

一个用于将本地verdaccio storage打包成zip压缩文件的命令行工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published