Skip to content

Arsator/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published