Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
31 lines (21 loc) · 479 Bytes

File metadata and controls

executable file
·
31 lines (21 loc) · 479 Bytes

Haxfred

Your friendly neighborhood #haxiom bot.

todo

  1. Code review
  2. Make all commands asynchronous (and document the fact that authors should be writing async code)
  3. Clean up descend (duplicate path resolve calls, better error handling)
  4. Reevaluate command / bot / connector idea

development

Install dependencies

$ npm install

Run the tests

$ npm test

Run the tests, re-running on file change

$ npm run development