Budget-CLI is a command-line interface built in Go, designed to interact with the budget-server for managing financial data.
- Command-line based interaction for easy use
- Direct communication with budget-server to perform operations
- Lightweight and easy to install
- Go programming language environment
- Access to the budget-server
# clone the repository
git clone https://github.com/Seymour-creates/budget-cli.git
# navigate to the cloned repository
cd budget-cli
# build the CLI tool
go build -o budget-cli
# run the CLI tool
./budget-cli