Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 357 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 357 Bytes

nodejs-noteapp

CLI based Notes App using Nodejs

To Run

  1. Clone or Download + Extract
  2. cd into directory
  3. run npm install
  4. Use following commands to use app

Available commands to run

  1. ADD e.g: node app.js add --title="Saurabh" --body="bayani"
  2. DELETE e.g: node app.js delete --title=Saurabh
  3. LIST e.g: node app.js list