Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 462 Bytes

File metadata and controls

23 lines (17 loc) · 462 Bytes

Notes-App

CLI based note taking app.
Save your notes locally in json format.

Installation

git clone https://github.com/Arsator/notes-app.git

Usage

  • node src/app.js --help
  • node src/app.js add --title=<title> --body=<your note>
  • node src/app.js remove --title=<title>
  • node src/app.js list
  • node src/app.js read --title=<title>

Tech Used

  • nodejs
  • npm
  • yargs
  • chalk
  • json