A simple CLI notes app using plain Nodejs
To run clone this repo and use the following command. You do not need any dependencies
create new Note - node app.js create note
create new category - node app.js create category
Read note - node app.js read "[Note name]"
Delete Note - node app.js delete "[Note name]"
Edit Note - node app.js edit "[Note name]"
list all Note - node app.js list notes
list all Category - node app.js list category
Node app.js read "New week goals"