Bang goes 1.0, now with Hubot support
December 15, 2011I just released version 1.0 of my command line utility, Bang. Bang is a simple key value store for quickly storing and retrieving text snippets. I talked about it in detail last month, so be sure to check out that post for samples of usage.
Version 1.0 merely fixes a few bugs and establishes the public API according to Semantic Versioning. Install Bang via NPM: npm install -g bang
.
Perhaps the more exciting news is that you can now use Bang to smarten up your Hubot, GitHub's awesome chat bot! The Bang script for Hubot is available in the hubot-scripts repository. Clone the the repository, copy bang.coffee
into your own Hubot's scripts, and add bang
and shellwords
to your package.json file. Deploy your Hubot and enjoy!