Simple in memory book keeping program
crystal-books-demo.mp4
Clone the repository
cd crystal-books
make build
Basic accounting system in Crystal
./bin/crystal-books
>>>commands
ls - list accounts
save [name] - save ledger to file
debit [account, amount] - debit
credit [account, amount] - debit
addaccount [name] - add account
Loading from file:
tree
* ledger.yml
./bin/crystalbooks --file ledger.yml
Loading ledger.yml into session
>>>
Clone the repository
cd crystal-books
make install
- Fork it (https://github.com/your-github-user/accounting/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
- Robert - creator and maintainer