I went coho crazy last night & this morning. Made two significant changes:
1. It doesn't use shelljs.exec() anymore. Instead, it uses co-routines and superspawn. This requires that your use node v0.11 or greater to run it. 2. Broke all commands into their own files. Many commands now run faster due to no shell.exec(). The node update is a paint, but meh. If you use nvm, it's just nvm install 0.11 && nvm alias default 0.11.