Your friendly neighborhood #haxiom bot.
- Code review
- Make all commands asynchronous (and document the fact that authors should be writing async code)
- Clean up descend (duplicate path resolve calls, better error handling)
- Reevaluate command / bot / connector idea
Install dependencies
$ npm install
Run the tests
$ npm test
Run the tests, re-running on file change
$ npm run development