1.0.3 • Published 1 year ago
@shubhamkv/expenses-cli v1.0.3
Features
- Add, edit, delete & list all your expenses
- View summary of your total expenses by month or filter for a specific month
Getting Started
Install the package globally with npm (or yarn, etc.)
npm install --global @shubhamkv/expenses-cliUsage
Add your expenses with the expenses add command:
expenses add Lunch --amount 20 Optionally include a description with the -d or --description option:
expenses add Lunch --amount 20 --description "Lunch at a restaurant near office"View all of your expenses with expenses list:
expenses listUpdate name, amount & description of the expense with expenses edit
command passing in the expense's id.
If 7LNjEL1K is the id of the expense you would do the following to update it's amount:
expenses edit 7LNjEL1K --amount 25Delete unwanted ones with the expenses delete command:
expenses delete 7LNjEL1SGet a monthly summary of your expenses:
expenses summaryCredits
Inspired from Roadmap.sh | Expense tracker.
1.0.3
1 year ago
1.0.3-dev.8
1 year ago
1.0.3-dev.7
1 year ago
1.0.3-dev.6
1 year ago
1.0.3-dev.5
1 year ago
1.0.3-dev.4
1 year ago
1.0.3-dev.3
1 year ago
1.0.3-dev.2
1 year ago
1.0.3-dev.1
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago