Skip to content

Commit

Permalink
add basic readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Jun 1, 2015
1 parent 282eb3e commit b1babe6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Lucifer

This is a tool that will help you reload your Javascript based test suite
really fast.

### Usage

```
The Lucifer binary makes requests to the Lucifer server.
Usage:
lucifer command [arguments]
The commands are:
invalidate Invalidate the cache for a given file
run Run tests for a given file
Use "lucifer help [command]" for more information about a command.
```

### Install

Run `make install`. You'll want to have Go installed to install the command
line client.

0 comments on commit b1babe6

Please sign in to comment.