# cheat-sheet-js

A clone of the [Python version](https://github.com/ljeng/cheat-sheet) by Lareine Jeng, but this one is in Javascript.

## To install dependencies

```
   $ ./bootstrap.sh
```

## To run all tests

```
  $ mocha
```
