Command Line Notes App A Node.js notes app that works using the command line arguments. Uses yargs for parsing arguments and chalk for styling purposes. Users can: 1. Add a note And it'll be stored in a JSON file: 2. Get a list of their notes 3. Read their notes 4. Remove a note So that it's no longer stored in the JSON file: