mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
f06881f4bb
- ignore broken links (at least warning) - clean up readme and old links
1.5 KiB
1.5 KiB
Plugin Generator
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>