# wo
[](https://travis-ci.org/wo-app/wo)
[](https://codeclimate.com/github/wo-app/wo)
[](https://codeclimate.com/github/wo-app/wo)
CLI and Ruby client for [wo server](https://github.com/wo-app/wo-server)
Instration
----------
Add this line to your application's Gemfile:
gem 'wo'
And then execute:
$ bundle
Or install it yourself as:
$ gem install wo
Also, copy following
#### case of zsh
```
eval "$(wo hook zsh)"
```
#### case of bash
TODO
Usage
-----
```sh
# Create a .wo file in current repository
wo init
# Print doings in organization
wo doings
```
Screen shot
-----------

Test
----
```
bundle exec rspec
```