Yeomen Generator for RabbitMQ Plugins
Generates RabbitMQ umbrella for plugins.
Installation
First, install Yeoman and generator-rabbitmq-plugin using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-rabbitmq-plugin
Then generate your new project:
yo generator-rabbitmq-plugin
Getting Started
Yeomen will ask for the name of your RabbitMQ plugin. Then it will perform a Git Clone
of the the RabbitMQ umbrella project. Then run make co
and then make
in the umbrella project.
Yeomen rabbitmq-plugin will generate the following files within your project directory in the umbrella project directory :
- Makefile
- .gitignore
- src/*.erl
- src/*_sup.erl
- src/*_worker.erl
![](https://www.mbejda.com/content/images/2015/11/Screen-Shot-2015-11-23-at-7-44-34-AM.png)
Blog : mbejda.com/generating-rabbitmq-plugins-with-yeomen/
Twitter : @notmilobejda
Github: https://github.com/mbejda/generator-rabbitmq-plugin
Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.
License
Apache-2.0 © Milos Bejda