crystal-books
Crystal Books
Simple in memory book keeping program
Installation
Clone the repository
cd crystal-books
make build
Usage
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
>>>
Development
Clone the repository
cd crystal-books
make install
Contributing
- 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
Contributors
- Robert - creator and maintainer
Repository
crystal-books
Owner
Statistic
- 4
- 0
- 0
- 0
- 0
- over 2 years ago
- May 17, 2021
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 17:44:41 GMT
Languages