Skip to content

NodeJs application for taking notes from the terminal.

Notifications You must be signed in to change notification settings

eliarms/nodejs-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-notes-app

NodeJs application for taking notes from the terminal.

  • Add a Note
  • List all Notes
  • Search a Note
  • Remove a Note

Installation and use

Clone the repo

$ cd note-node

$ npm install

  • To Add a new Note

node Add -t="Title of the Note" -b="Body of the note"

  • To list all Notes

node list

  • To Read a Note

node read -t="Title of the Note"

  • To remove a Note

node remove -t="Title of the Note"

  • For help execute

$ node app.js --help

About

NodeJs application for taking notes from the terminal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published