Atom-Hubot
Test out your hubot scripts within Atom!
What's new - v0.2.1
Fixed bugs and added features from usability feedback:
- 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 '.'
Install
From Atom
- Go to Atom - Preferences - Install Packages
- Search for the
atomhubot
project. No dash. - Install!
From this repo
- clone this repo into your .atom/packages directory
- npm install
Usage
From atom, use the default keyboard shortcut Ctrl-Option-O or Packages - Hubot - Toggle
Misc
- 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.