Sha256: f99a5b2e03afc7e1ce36fc32d985435f75bd77ad330e35319371944914332c13

Contents?: true

Size: 521 Bytes

Versions: 4

Compression:

Stored size: 521 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 server: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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
buildbox-0.2 README.md
buildbox-0.1.4 README.md
buildbox-0.1.1 README.md
buildbox-0.1 README.md