Skip to main content

Plugin Generator

Installing the Yeoman Generator

Verdaccio is a pluggable application whose objective is to help developers generate new plugins. To achieve this, we provide a custom generator based on Yeoman that can be used to generate all kinds of plugins.

To install the generator, the first step is to install the Yeoman command-line tool, yo.

npm install -g yo

Next, install the custom generator by running the following command in your terminal:

npm install -g generator-verdaccio-plugin

For more information about usage, read the documentation here:
https://github.com/verdaccio/generator-verdaccio-plugin