/notesapp-js

files managers testing

Primary LanguageJavaScript

EXECUTE IN COMMAND LINE

Adding new note

  • node src/app.ts add --title <TITLE> --body

List all notes

  • node src/app.ts src/app.ts list

Remove a note by title

  • node src/app.ts src/app.ts remove --title <TITLE>

Reader a note by title

  • node src/app.ts src/app.ts read --title <TITLE>