Noted!

Noted! is a cli based application to take notes. It has all basic functionalities like creating notes, reading notes, listing all notes and deleting notes

Setup

List of commands:

  • add (to add new note)
    • needs title and body

node app.js add --title="new title" --body="this is new title"

add

  • read (to read a note)
    • needs title

node app.js read --title="new title"

add

  • list (to list all notes)

node app.js list

add

  • remove (to remove a note)
    • needs title

node app.js remove --title="new title"

add

Error Handling

add

© Himanshu 2022.