Skip to content

A simple command line note taking app built using node js

Notifications You must be signed in to change notification settings

bera5186/CLI-Notes-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI-Notes-APP

A simple command line Note taking app built using node js

Usage

  • To add note
node app.js add --title="Note title" --body="A brief description of the note"
  • To remove note
node app.js remove --title="Note to remove"
  • To list all notes
node app.js list
  • To search a note
node app.js read --title="Note title to find"

About

A simple command line note taking app built using node js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published