Notesap Installation using npm: npm i -g notesap Usage To view all commands notesap --help Add a new note notesap add --title="your title" --body="body of the note" List all the notes notesap list Read note notesap read --title="your title" Remove Note notesap remove --title="your title"