brb
v1.0.1
Published
A simple CLI tool for notifying when a terminal task is done.
Downloads
5
Readme
brb
A simple CLI tool for notifying when a terminal task is done
Installation
$ npm install -g brb
Usage
$ sleep 3; brb
Contributing
- 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