Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 346 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 346 Bytes

Commands:

  node app.js add --title='' --body=''          Add a note
  node app.js update --title='' --body=''       Update a note
  node app.js remove --title=''                 Remove a note by title
  node app.js list                              list all notes
  node app.js read --title=''                   read a note by title