1.0.1 • Published 5 years ago

verdaccio-volo-license v1.0.1

Weekly downloads
5
License
-
Repository
-
Last release
5 years ago

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>