0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00
verdaccio/packages/tools/generator-verdaccio-plugin
2024-06-16 12:42:13 +02:00
..
helpers
src/app
tests
.babelrc
CHANGELOG.md
jest.config.js
package.json chore: disable unstable test generator 2024-06-16 12:42:13 +02:00
README.md
tsconfig.build.json
tsconfig.json

Plugin Generator

verdaccio (latest) verdaccio (downloads) docker pulls Backers Stackshare Discord Twitter followers

Verdaccio plugin generator based in Yeoman aims to help to scaffold plugins development

Installation

First, install Yeoman and generator-verdaccio-plugin using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-verdaccio-plugin

Then generate your new project:

yo verdaccio-plugin

Plugin Types Supported

  • Authentication
  • Storage
  • Middleware

Maintainers

License

MIT © Juan Picado <@jotadeveloper>