1.0.8 • Published 6 months ago

verdaccio-koishi v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

verdaccio-koishi

koishi 插件市场 API 适配


Installation

npm install --global verdaccio-koishi

Modify Verdaccio config.yaml, add to middlewares:

middlewares:
  koishi:
    koishiRegistryUrl: https://registry.koishi.chat
    verdaccioUrl: YOUR_VERDACCIO_URL
    scope: YOUR_SCOPE
    email: YOUR_EMAIL

Save 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 build

    Build a distributable archive

  • npm run test

    Run unit test

For more information about any of these commands run npm run ${task} -- --help.

1.0.8

6 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

11 months ago

1.0.1

11 months ago