Bickle

Bickle is a tool to display build status from terminal.

Installation

$ gem install bickle

Usage

Display last builds of a repository

$ bickle builds rails/rails

See bickle help builds for all available options.

TODO

  • bickle build 123 - Display details about particular build

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request