This is simple command line interface todo tool made with Javascript along with packages like chalk , inquirer. You can add , view , delete tasks using command line. This tool creates a tasks.txt file to store all your tasks.
Install this package using npm i cli-todo-pkg
.
Use npx todo
to start the app in command line interface.