verdaccio-qlchatauth
v0.0.9
Published
An amazing verdaccio plugin
Downloads
4
Readme
verdaccio-qlchatauth
qlchat npm auth plugin
usage
- install global, run
npm i verdaccio-qlchatauth -g
to install the npm package. - edit verdaccio config.yaml
config.yaml
...
auth:
qlchatauth:
users: qlchat someuser
userFile: /user/path/group.txt // (no required) use txt file to read users.
htpasswd:
file: ./htpasswd
...
- if you use userFile option, you can create a txt file to write your users, eg:
qlchat
somename
foo
bar
- restart your verdaccio
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