Skip to content

sushil-2803/Notesapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

My first application using Nodejs.

It is a simple command line application which provides functionalities like Add, Remove, List and Read notes.

It stores data in a JSON file

External Packages Used

Chalk and Yargs

Command Examples

Add a note

node app.js add --tittle='Tittle of Note' --body='Body of the Note'

Remove a Note

node app.js remove --tittle='Tittle of Note'

List all the Tittles

node app.js list

Read a Note

node app.js read --tittle='Tittle of Note'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published