- Download Project From This url :
https://github.com/hamzazahidulislam/js-cli-project
- Go To Project Directory
cd cli-project
- Install Requirements Package
npm install
- How to add item
node src\index.js add --text="First Item"
- How to update item
node src\index.js update --id=1 --text="Fisrt Item Edited"
- How to find all list
node src\index.js list
- How to search any item
node src\index.js find --term="First"
- After Complete Your Task
node src\index.js done
- Your Next Goul
node src\index.js next