Allows you to play around with your notes, simplifying your note making activity
npm Packages Used: chalk [ 3.0.0 ] - To style text as needed. Provides you with variety of options yargs [17.2.2] - To parse command line arguments
Node version - 18.18.2 npm version - 10.2.1
To Install git clone
cd save-it-app
Install all the required packages by doing npm install
Usage:
node app.js - Runs the app
Add a note: node app.js add --title= --body=
Remove a note: node app.js remove --title=
List all notes: node app.js list
Read a note based on title: node app.js read --title=
You are set to go!!!