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
- Clone the repo.
- Run app.js file.
- See List of commands for more info.
List of commands:
-
add (to add new note)
- needs title and body
node app.js add --title="new title" --body="this is new title"
-
read (to read a note)
- needs title
node app.js read --title="new title"
- list (to list all notes)
node app.js list
-
remove (to remove a note)
- needs title
node app.js remove --title="new title"
Error Handling
© Himanshu 2022.