Skip to content

It is a Node Applicaton which is used to save Notes using cmd line

Notifications You must be signed in to change notification settings

hiteshsubnani0128/Notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes-app

It is a Node Applicaton which is used to save Notes using cmd line

This Application can perform different tasks like

  • ADD A NEW NOTE
  • LIST ALL EXISTING NOTES
  • READ ALL NOTES
  • REMOVE A PARTICULAR NOTE

Steps to Setup

  1. Install dependencies
npm install
  1. To Add a new Note
node app.js add --title="Some title" --body="Note here"
  1. To List all Note's
node app.js list"
  1. To remove a Note
node app.js remove --title="Note you want to remove"
  1. To Read a Note
node app.js Read --title="Title of the Note"

About

It is a Node Applicaton which is used to save Notes using cmd line

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published