rabbitmq-server/deps/rabbitmq_cli
Brandon Shroyer a2be29a556 Add stub for usage message. 2016-02-02 16:32:35 -05:00
..
config Initial commit. 2016-02-02 13:54:36 -05:00
include Initial commit. 2016-02-02 13:54:36 -05:00
lib Add stub for usage message. 2016-02-02 16:32:35 -05:00
test Add stub for usage message. 2016-02-02 16:32:35 -05:00
.gitignore Initial commit. 2016-02-02 13:54:36 -05:00
README.md Initial commit. 2016-02-02 13:54:36 -05:00
erlang.mk Initial commit. 2016-02-02 13:54:36 -05:00
mix.exs Initial commit. 2016-02-02 13:54:36 -05:00

README.md

RabbitMQCtl

TODO: Add description

Installation

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

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

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

  2. Ensure rabbitmqctl is started before your application:

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