1.0.1 • Published 9 months ago

verdaccio-static-roles v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

verdaccio-static-roles

An amazing verdaccio plugin


Usage

auth:
  static-roles:
    roles:
      - name: admin
        token: 'aaa'
      - name: developer
        token: 'bbb'
      - name: any
        token: any
packages:
    '@myscope/*':
        access: developer
        publish: admin
        proxy: npmjs

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.

1.0.1

9 months ago

1.0.0

9 months ago

0.0.1

9 months ago