Satyam-2001 / Note-App

A Nodejs application to manage notes from command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 100.0%