Test out your hubot scripts within Atom!
- Fixed #5 - Hubot crashes Atom for certain syntax errors
- Removed ability to change which script file hubot watches. See [#7 - Allow user to specify which file Hubot should watch](Allow user to specify which file Hubot should watch)
- Fixed #1 - Up / Down arrows should cycle through command history
- Fixed #2 - Ability to resize the hubot pane
- Fixed #3 - Log Hubot's built-in @Logger when requested
- Fixed #4 - Run hubot commands using '.'
- Go to Atom - Preferences - Install Packages
- Search for the
atomhubot
project. No dash. - Install!
- clone this repo into your .atom/packages directory
- npm install
From atom, use the default keyboard shortcut Ctrl-Option-O or Packages - Hubot - Toggle
- This uses the hubot-electron adapter located at https://github.com/saraford/hubot-electron
- By default, the package is watching for a file save to play.coffee. I included a test/test.coffee file to test changing the watched file.