Add README for hanami plugin

This commit is contained in:
Artem Pyankov 2016-08-19 01:18:14 +05:00 committed by Marc Cornellà
parent 0bd9e5d859
commit e64cdc9ec4
1 changed files with 6 additions and 0 deletions

6
plugins/hanami/README.md Normal file
View File

@ -0,0 +1,6 @@
# Hanami Plugin #
This plugin adds convinient ways to work with [Hanami](http://hanamirb.org/) via console. It's inspired by Rails plugin, so if you've used it, you'll be like home.
## Usage ##
For example, type `hc` into your console when you're within Hanami project directory to run application console.
You can read about available commands [here](http://hanamirb.org/guides/command-line/applications/), almost all of them have shortcut aliases with this plugin.