cli-todo-pkg
v1.0.6
Published
A command line todo app
Downloads
5
Maintainers
Readme
CLI-TODO app
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.
Installation
Install this package using npm i cli-todo-pkg
.
Usage
Use npx todo
to start the app in command line interface.