It is a Note taking NodeJS App which can used via CLI(Command Line Interface).
Using this app you can read, list, add and remove the notes from the notes.json file.
Node Modules used inside this app are fs, chalk and yargs.
- fs is used for reading and writing the inputs inside the files.
- chalk is used for personalizing and styling the text shown in the console.
- yargs is used for creating commands and string parsing.
You can install required node modules for this app by using following command:- npm install