verdaccio-auth-knex

a verdaccio authentication plugin support databases like mysql, postgresql, sqlite3, mssql

Usage no npm install needed!

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

README

verdaccio-auth-knex

a verdaccio authentication plugin support databases like mysql, postgresql, sqlite3, mssql


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.