1.0.1 • Published 12 years ago
brb v1.0.1
brb
A simple CLI tool for notifying when a terminal task is done

Installation
$ npm install -g brbUsage
$ sleep 3; brbContributing
- Fork it ( https://github.com/vikfroberg/brb/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request