Skip to content

Commit 49b23d7

Browse files
committed
add instructions
1 parent fc9b617 commit 49b23d7

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
cfi
1+
The Coding For Interviews Verification Tool
22
===
33

4-
The Coding For Interviews Verification Tool
4+
## Usage
5+
6+
To give it a spin you can do the following:
7+
8+
node index.js list
9+
10+
node index.js test "Tree Zig Zag" "command for executing your tree-zig-zag solution"
11+
12+
NOTE: your command will be dumped directly into terminal, so if it is a python file do ./tree_zig_zag.py
13+
14+
## How it works
15+
16+
It maintains a clone of of the cli_tests repo in ~/.cfi, each folder is a problem, each problem contains unit tests [0-9]*.{input,ouput}
17+
It loads these in and runs unit tests asynchronously.
518

619
Build Status
720
===
821

9-
[![Build Status](https://travis-ci.org/Crackerz/cfi.png?branch=master)](https://travis-ci.org/Crackerz/cfi)
22+
[![Build Status](https://travis-ci.org/codingforinterviews/cfi.png?branch=master)](https://travis-ci.org/codingforinterviews/cfi)

0 commit comments

Comments
 (0)