4 stable releases

Uses old Rust 2015

2.0.0 Jun 12, 2016
1.1.1 Jun 12, 2016
1.1.0 May 26, 2016
1.0.0 May 26, 2016

21 downloads per month

MIT license

9KB
239 lines

comet

local CI

Configuration

To configure a new project, place a .comet.json in your project directory:

{
  "script": [
    "cargo test"
  ],
  "watch": "src/"
}

Here you see an example configuration for a Rust project.

Then run comet:

$ comet

If you want to run a project from another directory, run:

$ comet -p /Users/jane/other_project

To run comet in watch mode, use -w:

$ comet -p /Users/jane/other_project -w

Dependencies

~5.5MB
~112K SLoC