rabbitmq-server/deps/rabbitmq_cli
Brandon Shroyer caef6f5f40 Renamed app to RabbitMQCtl. 2016-02-03 09:43:21 -05:00
..
config Renamed app to RabbitMQCtl. 2016-02-03 09:43:21 -05:00
include Initial commit. 2016-02-02 13:54:36 -05:00
lib Renamed app to RabbitMQCtl. 2016-02-03 09:43:21 -05:00
test Renamed app to RabbitMQCtl. 2016-02-03 09:43:21 -05:00
.gitignore Renamed app to RabbitMQCtl. 2016-02-03 09:43:21 -05:00
README.md Add a note to Markdown file. 2016-02-02 17:27:18 -05:00
erlang.mk Initial commit. 2016-02-02 13:54:36 -05:00
mix.exs Renamed app to RabbitMQCtl. 2016-02-03 09:43:21 -05:00

README.md

ElixirMQCtl

An Elixir-based implementation of the rabbitmqctl CLI.

Installation

If available in Hex, the package can be installed as:

  1. Add elixirmqctl to your list of dependencies in mix.exs:

    def deps do [{:elixirmqctl, "~> 0.0.1"}] end

  2. Ensure elixirmqctl is started before your application:

    def application do [applications: [:elixirmqctl]] end

NEXT UP:

Get basic program structure to the point where adding a new command is as simple as adding a single file.