NOTES CLI APP Manage notes in a single JSON file Features Create note Remove note List notes Read note Get Started Clone this repo In your command line cd notes-app npm install Commands Add Note node index add --title <title> --body <body> Remove Note node index remove --title <title>