little-richard / accountant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚀 My Account CLI Application in Golang

License: MIT

This is the basic account cli Application built in golang using cobra library.

💻 Tech used

  1. golang
  2. cobra

A few examples.

Credit:

accountant credit <username> --amount=<amount> --narration=<narration>

Debit:

accountant debit <username> --amount=<amount> --narration=<narration>

Balance:

accountant balance <username>

Transactions:

accountant transactions <username> <--all, --credit, --debit> 

This project is open source and available under the MIT License.

About

License:MIT License


Languages

Language:Go 100.0%