Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Thomas Mchugh
2015-04-07 15:18:07 -05:00
40 changed files with 981 additions and 475 deletions

View File

@@ -47,6 +47,10 @@ function init(root, projectName) {
spawn(path.resolve(__dirname, 'init.sh'), [projectName], {stdio:'inherit'});
}
if (require.main === module) {
run();
}
module.exports = {
run: run,
init: init,