robut
robut copied to clipboard
Feature: dev console
Would be neat to have something like rake console
to get a bot dev console, where the bot would parse every written line as a chat message. For local/offline development of plugins.
Cool idea, and probably not too hard to build. Is this something that would help plugin development more than adding some methods to the test helpers to make it easier to test your plugins?
On Aug 20, 2011, at 2:21 AM, henrik wrote:
Would be neat to have something like
rake console
to get a bot dev console, where the bot would parse every written line as a chat message. For local/offline development of plugins.Reply to this email directly or view it on GitHub: https://github.com/justinweiss/robut/issues/11
I think both would be helpful. The console would help explore with a fast feedback loop.