Skip to content

PAARTH2608/notes_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes_app

Instructions to run

  • Directions to execute
  1. Run npm install to get the required dependencies.
npm install
  1. Store the note with title and body using the command below.
node app Add --title="-" --body="-"
  1. Remove the note using the command.
node app Remove --title="-"
  1. To see your notes run
node app List
  1. To search for the note run
node app Read --title="-"

About

A basic note taking app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published