0.0.1 • Published 2 years ago

verdaccio-tagauth v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

verdaccio-tagauth

Provides the ability to configure publish/unpublish access depending the the dist tag of the package

auth:
  tagauth:
    'development':
      publish: $all

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.