mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
3bc24bc4a7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
helpers | ||
src/app | ||
tests | ||
.babelrc | ||
CHANGELOG.md | ||
jest.config.js | ||
package.json | ||
README.md | ||
tsconfig.build.json | ||
tsconfig.json |
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