From a452f017fa5af5ffa88c76825ad19e52e147f5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Wac=C5=82awczyk?= Date: Mon, 16 Nov 2015 15:22:44 +0100 Subject: [PATCH] Update README.md file. --- README.md | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fa7c34..ded63ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,37 @@ +[![Build Status](https://travis-ci.org/ClearcodeHQ/command-bus-console.svg?branch=master)](https://travis-ci.org/ClearcodeHQ/command-bus-console) +[![Coverage Status](https://coveralls.io/repos/ClearcodeHQ/command-bus-console/badge.svg?branch=master&service=github)](https://coveralls.io/github/ClearcodeHQ/command-bus-console?branch=master) + # Command Bus Console -[![Build Status](https://travis-ci.org/ClearcodeHQ/CommandBusLauncherBundle.svg?branch=master)](https://travis-ci.org/ClearcodeHQ/CommandBusLauncherBundle) -[![Coverage Status](https://coveralls.io/repos/ClearcodeHQ/CommandBusLauncherBundle/badge.svg?branch=master&service=github)](https://coveralls.io/github/ClearcodeHQ/CommandBusLauncherBundle?branch=master) +Command Bus Console is a package exposing your command bus functionality to the CLI. + +# Installation + +``` +$ composer require clearcode/command-bus-console +``` + +Enable `Clearcode\CommandBusConsole\Bundle\CommandBusConsoleBundle\CommandBusConsoleBundle` in the kernel of your Symfony application. + +```php +