1.0.8 • Published 2 years ago
verdaccio-koishi v1.0.8
verdaccio-koishi
koishi 插件市场 API 适配
Installation
npm install --global verdaccio-koishiModify Verdaccio config.yaml, add to middlewares:
middlewares:
koishi:
koishiRegistryUrl: https://registry.koishi.chat
verdaccioUrl: YOUR_VERDACCIO_URL
scope: YOUR_SCOPE
email: YOUR_EMAILSave and restart Verdaccio, the endpoint is /-/koishi/registry.
Development
See the verdaccio contributing guide for instructions setting up your development environment. Once you have completed that, use the following npm tasks.
npm run buildBuild a distributable archive
npm run testRun unit test
For more information about any of these commands run npm run ${task} -- --help.