0.0.1 • Published 8 years ago

generator-rabbitmq-plugin v0.0.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 years ago

npm.io

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

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