Develop BitBar plugins faster with Ruby

in #ruby9 years ago (edited)

I just published bitbar-ruby, a ruby gem for faster BitBar plugin development.
This library will be used as the foundation for the next versions of my two STEEM plugins:

https://steemit.com/steem/@knoopx/get-your-steeem-wallet-details-in-your-os-x-menu-bar-bitbar-plugin
https://steemit.com/steem/@knoopx/get-the-current-steem-value-in-your-os-x-menu-bar-bitbar-plugin

Source code is available at github:

https://github.com/knoopx/bitbar-ruby

To use it just just install the gem:
gem install bitbar

And write some plugin:

Happy BitBar hacking!