0.0.9 • Published 5 years ago
verdaccio-qlchatauth v0.0.9
verdaccio-qlchatauth
qlchat npm auth plugin
usage
- install global, run
npm i verdaccio-qlchatauth -gto 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 buildBuild a distributable archive