1.0.8 • Published 2 years ago

verdaccio-koishi v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago