A CLI tool to track your monthly/yearly finance and keep an eye on your expenses. This project is one of from the back-end projects on roadmap.sh that me and my collaborator ME-Atish made. You can find other node.js projects of mine in this repository.
If you want to set up this project, you need to have Node.js installed on your machine. Download the project or simply clone the project via Git:
git clone https://github.com/LittleOddBoy/nodejs-roadmapsh-projs.git
Install the dependencies via npm:
npm install
Install the CLI:
npm install -g
Now, you're all done! Run the program to see the help for it:
exp
Run the exp
command to see full feature documentation for all the commands you can run, and if you need help for any of them, let's say exp add
, you run that command followed by --help
:
exp add --help
We'll be happy to receive pull requests!
This program is under MIT License