- Directions to execute
 
- Run npm install to get the required dependencies.
 
npm install- Store the note with title and body using the command below.
 
node app Add --title="-" --body="-"- Remove the note using the command.
 
node app Remove --title="-"- To see your notes run
 
node app List- To search for the note run
 
node app Read --title="-"