Steps
- Clone the git repo
npm install
How to use
-
To add a note:
node app.js add --title="Title name" --body="Notes"
-
To remove a note:
node app.js remove --title="Title name
-
To read a note:
node app.js read --title="Title name"
-
To list all the note:
node app.js list
- Feel free to add more features by raising an issue.
- Give a star to the project
- Follow me on github Barun Debnath
- Follow me on twitter Barun Debnath