GitHub - eliarms/nodejs-notes-app: NodeJs application for taking notes from the terminal. · GitHub
Skip to content

eliarms/nodejs-notes-app

Folders and files

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

Contributors