Skip to content

MehakB7/task-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Page

https://roadmap.sh/projects/task-tracker

Task CLI

Task CLI is a command-line tool built with Node.js for managing your tasks efficiently from the terminal.

Features

  • Add new tasks
  • Update existing tasks
  • List all tasks
  • Update task status

Installation

  1. Install dependencies:
    npm install
  2. Link the CLI globally:
    npm link

Usage

After linking, you can use the CLI with the command:

taskcli

List Supported Commands

To see all available commands and options, run:

taskcli --help
# or
 taskcli -h

Example Commands

  • Add a task:
    taskcli add "Buy groceries"
  • List tasks:
    taskcli list
  • Update task status:
    taskcli mark done  1

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published