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.
File Localition config.yaml
Run verdaccio command and look at the first line. It's looks like this:
warn --- config file - /Users/mehmeterim/.config/verdaccio/config.yaml
volo-license
Add the 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
Configuration .nmprc
@volo:registry=http://192.168.1.45:4873/license/<user-license-key>