Skip to content

AbhI9519/notesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes is a basic node js project whhich can create, add, remove & list the notes. In this project JSON is using as a data base. This project is can be deal by command line which have some pattern to pass the argument

this command will add a new note node app.js add --title="new title" --body="adding body of new notes"

this command will remove note node app.js remove --title="new title"

this command will read a note node app.js read --title="new title"

this command will list all note node app.js list

About

node js command line application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors