stopping for now

This commit is contained in:
Tommy Parnell
2016-02-22 23:33:59 -05:00
parent 2f2c6bb6f8
commit 6f1401d18b
17 changed files with 333 additions and 140 deletions

4
index.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
exec: require('./lib/exec.js'),
generator: require('./lib/generator.js')
}