CLI based Notes App using Nodejs
- Clone or Download + Extract
- cd into directory
- run npm install
- Use following commands to use app
- ADD
e.g:
node app.js add --title="Saurabh" --body="bayani" - DELETE
e.g:
node app.js delete --title=Saurabh - LIST
e.g:
node app.js list