Skip to content

kspaans/budget-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Budget Expenses Entry CLI

A tool to help speed up your budgeting and expense entry using the Clack CLI framework and Node.js.

Getting Started

To get started, install Node.js v22 or higher. Then run:

npm install
node index.mjs

Then simply follow the prompts. Expense entry (e) is the most thorough. The .ledger.json file saves your recorded transactions between sessions.

See Also

This tool outputs the Ledger file format. It is a double-entry accounting enging using plaintext files and a CLI tool. You can install the Ledger executable and then run e.g. a balance report using ledger -f expenses.dat bal

About

A CLI budgeting and expense entry tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published