CLI based note taking app.
Save your notes locally injson
format.
git clone https://github.com/Arsator/notes-app.git
node src/app.js --help
node src/app.js add --title=<title> --body=<your note>
node src/app.js remove --title=<title>
node src/app.js list
node src/app.js read --title=<title>
nodejs
npm
yargs
chalk
json