verdaccio-volo-license

verdaccio volo license middleware

Usage no npm install needed!

<script type="module">
  import verdaccioVoloLicense from 'https://cdn.skypack.dev/verdaccio-volo-license';
</script>

README

Verdaccio Volo License Middleware

How to use?

$ yarn build
$ npm publish --registry http://localhost:4873
$ npm install -g verdaccio-volo-license

Configure

Open the verdaccio config.yaml file.

config.yaml File Localition

Run verdaccio command and look at the first line. It's looks like this: warn --- config file - /Users/mehmeterim/.config/verdaccio/config.yaml

Add the volo-license

Add the volo-license in the middlewares as shown below:

middlewares:
#...
  volo-license:
    enabled: true

It's done. Run verdaccio command then see the success message like this: Plugin successfully loaded: verdaccio-volo-license

.nmprc Configuration

@volo:registry=http://192.168.1.45:4873/license/<user-license-key>