To run my-notes-app change your path to my-notes-app folder and then run npm install
.
Run node app.js add --title="user_specified" --body="user_content"
Run node app.js remove --title="node_to_be_removed"
Run node app.js list
Run node app.js read --title="node_to_be_read"