A CLI based todo list using typescript and published as an executable npm package, complete problem statement is available here.
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
- List of operations available
- Add new todo
- Display todos table
- Change status of a todo
- Remove completed todos
- Quit App
All the details to code this app is given here.