add rest of my usual workflow, for better or worse.

This commit is contained in:
Dylan Greene
2014-10-21 17:46:07 -04:00
parent 263ff40c41
commit 0895c42dd4
13 changed files with 357 additions and 96 deletions

View File

@@ -0,0 +1,7 @@
## Tests
Tests included use Mocha. Use `npm test` to run the tests.
```sh
$ npm test
```