Antra - Analyse Transactions
Status: Development
Antra is a Ruby-Application to analyse money-transactions on your local machine. I'm working on a german descripton for this application.
Installation
Install it yourself as:
$ gem install antra
Usage
Start the App with the command:
$ antra
That will bootup an Sinatra-App with an single-page application (spa).
Contributing
- Fork it ( http://github.com/addisaden/antra/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 new Pull Request