NotesMake is built with node.js framework, its main purpose is to add, remove, show, select a note with CLI commands
Documentaion:-
1- Adding a note >>> node app.js add --title="Your Title" --body="Your notes body"
2- Removing a note >>> node app.js remove --title="Searched note title"
3- Show all of your notes >>> node app.js list-my-notes
4- Show notes JSON >>> node app.js read
5- Read a certain note >>> node app.js open --title="Note title"