-
List Operation: Lists out all the items Command:
node app.js list
-
Write Operation: Writes a note Command:
node app.js write --title "akp" --body "awesome project!"
-
List an item via title : You can list a specific item by their title Command :
node app.js show --title "akp"
-
Update an item via title: You can update a specific item by mentioning the title and then you can specify whether you want to update title or body or both Command(s):
node app.js update --title "akp" --new-title "akp2" --new-body "it works"
Ornode app.js update --title "akp" --new-title "akp2"
Or
node app.js update --title "akp" --new-body "It works"
-
Delete an item via title: You can delete a specific item by their title Command:
node app.js remove-one --title "akp"
-
Delete all item: Removes all item Command:
node app.js remove-all
-
Notifications
You must be signed in to change notification settings - Fork 0
akp111/cli-todo-node-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published