-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
282eb3e
commit b1babe6
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |