Skip to content

it's simple note write app which add, remove, read, list functionality

Notifications You must be signed in to change notification settings

arjunMee/Notes-App-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notes-App-nodejs

Available Scripts

In the project directory, you can run:

npm install

Use the following commands to add, remove, list and read notes from command line

Add tasks :

node app.js add --title="{task title}" --body="{title body}"

Remove tasks :

node app.js remove --title="{task title}"

List all tasks :

node app.js list

Read a note :

node app.js read --title="{task title}"

About

it's simple note write app which add, remove, read, list functionality

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published