Sha256: e76e95501b6d7db26a1660379689d11b9f9a63ee84152c3cf5e201e42adde827

Contents?: true

Size: 592 Bytes

Versions: 7

Compression:

Stored size: 592 Bytes

Contents

# Buildbox

## Installation

Install the gem

    $ gem install buildbox

Add your worker tokens

    $ buildbox worker:add [token]

Then you can start monitoring for builds like so:

    $ buildbox worker:start

For more help with the command line interface

    $ buildbox --help

## 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

## Copyright

Copyright (c) 2013 Keith Pitt. See LICENSE for details.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
buildbox-0.3.3 README.md
buildbox-0.3.2 README.md
buildbox-0.3.1 README.md
buildbox-0.3 README.md
buildbox-0.2.3 README.md
buildbox-0.2.2 README.md
buildbox-0.2.1 README.md