Rodger
Rodger is a Ruby interface to John Wiegley's ledger-cli program
Installation
Add this line to your application's Gemfile:
gem 'rodger'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rodger
It is important to have the ledger-cli binary on your system.
Usage
@r = Rodger.new("accounts.cli")
@r.accounts
@r.balance["Liabilities:Credit-Card:VISA"]
Check the specs for more usage examples
Contributing
- Fork it
- 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 new Pull Request