Run this application as follows:
-
To add a new note
node app.js add --title="{note_title}" --body="{body}" -
To remove a note
node app.js remove --title="{note_title}" -
To read a note
node app.js get --title="{note_title}" -
To list all notes
node app.js list