Skip to content

aquaflamingo/crystal-books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crystal Books

Simple in memory book keeping program

crystal-books-demo.mp4

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

  1. Fork it (https://github.com/your-github-user/accounting/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • Robert - creator and maintainer