verdaccio-plugin-auth-htpasswd

htpasswd auth plugin

Usage no npm install needed!

<script type="module">
  import verdaccioPluginAuthHtpasswd from 'https://cdn.skypack.dev/verdaccio-plugin-auth-htpasswd';
</script>

README

verdaccio-plugin-auth-htpasswd

htpasswd auth plugin


WARNING : This is an experimental use non compatible with any verdaccio release yet

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

  • npm run test

    Run unit test

For more information about any of these commands run npm run ${task} -- --help.