CLI based note taking app.
Save your notes locally injsonformat.
git clone https://github.com/Arsator/notes-app.git
node src/app.js --helpnode src/app.js add --title=<title> --body=<your note>node src/app.js remove --title=<title>node src/app.js listnode src/app.js read --title=<title>
nodejsnpmyargschalkjson