Skip to content

A Nodejs application to manage notes from command line.

Notifications You must be signed in to change notification settings

Satyam-2001/Note-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note App

A Nodejs application to manage notes from command line.


Commands


notes.js add --title "My Title" --body "My Body"    // To add a note with a title and body to notes
notes.js remove --title "My Title"                  // To remove a note with given title from notes
notes.js list                                       // To print the title of all notes
notes.js read --title "My Title"                    // To read a note with given title from notes

About

A Nodejs application to manage notes from command line.

Topics

Resources

Stars

Watchers

Forks