1.0.3 • Published 4 months 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-cli
Usage
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 list
Update 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 25
Delete unwanted ones with the expenses delete
command:
expenses delete 7LNjEL1S
Get a monthly summary of your expenses:
expenses summary
Credits
Inspired from Roadmap.sh | Expense tracker.
1.0.3
4 months ago
1.0.3-dev.8
4 months ago
1.0.3-dev.7
4 months ago
1.0.3-dev.6
4 months ago
1.0.3-dev.5
4 months ago
1.0.3-dev.4
4 months ago
1.0.3-dev.3
4 months ago
1.0.3-dev.2
4 months ago
1.0.3-dev.1
5 months ago
1.0.2
5 months ago
1.0.1
5 months ago
1.0.0
5 months ago