It has four commands namely; add, remove, list and read
On cloning this repo, run the command below: npm install
The add command requires the command line arguments; title and body.
node app.js add --title="some title" --body="some content"
The remove command requires just one command line argument; title.
node app.js remove --title="some title"
The List command requires doesn't accept any command line argument
node app.js list
The Read command requires the command line argument; title
node app.js read --title="some title"
All the operations are being carried out on the notes.json file located in the file.
Feel free to mess with the code and if you've got question(s), mail me with a click