buildbox-status

A status line indicator for buildbox builds

elseano

103

0

0.0.7

MIT

GitHub

Buildbox Status Package

A really simple build box status package based on a similar package for Travis CI https://github.com/tombell/travis-ci-status.

It picks up your last build by looking at builds on your current branch.

Usage

You can use the package Settings for Atom wide enjoyment, or have a .buildbox.json file in your project root with all the settings specific to that project, which is probably a better choice for your project name.

For example:

{
  "apiKey": "53e4aa671ccbf9e41abc6d7a22361ed4",
  "account": "buildbox-account",
  "project": "some-project"
}

Screenshots

A build in progress

Much anticipation

A build failed

Oh noes

Contributing

I'd love contributions! I'm also going to write some specs soon, I promise!