From a022b4a337fb7ae4fe4da208f2aff07be38476aa Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Wed, 22 Jun 2022 21:03:27 +0200 Subject: [PATCH] chore: update readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e0020ac58..0d6339850 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,17 @@ docker pull verdaccio/verdaccio:nightly-master Furthermore, you can read the [**Debugging Guidelines**](https://github.com/verdaccio/verdaccio/wiki/Debugging-Verdaccio) and the [**Docker Examples**](https://github.com/verdaccio/verdaccio/tree/master/docker-examples) for more advanced development. +## Plugins + +You can develop your own [plugins](https://verdaccio.org/docs/plugins) with the [verdaccio generator](https://github.com/verdaccio/generator-verdaccio-plugin). Installing [Yeoman](https://yeoman.io/) is required. + +``` +npm install -g yo +npm install -g generator-verdaccio-plugin +``` + +Learn more [here](https://verdaccio.org/docs/dev-plugins) how to develop plugins. Share your plugins with the community. + ## Donations Verdaccio is run by **volunteers**; nobody is working full-time on it. If you find this project to be useful and would like to support its development, consider do a long support donation - **and your logo will be on this section of the readme.**