wmd-ts-todo-list
v1.0.1
Published
A CLI based todo app using typescript and published as an executable npm package.
Downloads
21
Maintainers
Readme
Command Line Todo List (TS)
A CLI based todo list using typescript and published as an executable npm package, complete problem statement is available here.
NPM Package
Usage
This project is published as an npm package. To use follow these steps.
Install as an npm package
npm i wmd-ts-todo-list
Run the app after installation
wmd-ts-todo-list
Use the app as an npx package
npx wmd-ts-todo-list
Instructions
- List of operations available
- Add new todo
- Display todos table
- Change status of a todo
- Remove completed todos
- Quit App
Demo
Steps to code CLI Todo List
All the details to code this app is given here.