Skip to content

This code is a simple command-line interface (CLI) tool for managing a to-do list using JSON files.

Notifications You must be signed in to change notification settings

kaushikjaincodes/TodoJsonCli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

TodoJsonCli

This code is a simple command-line interface (CLI) tool for managing a to-do list using JSON files.

Features

  • Add a new to-do item with a deadline.
  • Remove an existing to-do item by specifying the title and date.
  • Mark an existing to-do item by specifying the title and date as done.

Installation

  1. Clone the repository
  2. npm install

Usage

  • Add a To-Do
  • To add a new to-do item, use the add command followed by the deadline and the to-do title:
node Todo.js add <Time> <Todo>
  • Remove a To-Do
  • To remove an existing to-do item, use the remove command followed by the title and the date of the JSON file:
node Todo.js remove <Todo> <Date>
  • Mark a To-do done
  • To Mark an existing to-do item done, use the mark command followed by the title and the date of the JSON file:
node Todo.js mark <Todo> <Date>
  • For help
node Todo.js -h

About

This code is a simple command-line interface (CLI) tool for managing a to-do list using JSON files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published