First run:
$ npm installTo add:
$ node index.js add --title="My first note" --body="This is the content of the first note" To remove:
$ node index.js remove "My first note"To get item:
$ node index.js get "My first note"To list all notes:
$ node index.js list