1.0.1 • Published 1 year ago

wmd-ts-todo-list v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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.