Skip to content

greeshma1196/roadmap-task-tracker-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker CLI

A simple CLI tool to track all the tasks that you need to, the tasks that you have done and the tasks that you are currently working on.

How To Use

build cli

make build

run cli

add new task

./task-cli add "TASK_NAME"

update task

./task-cli update TASK_ID

delete task

./task-cli delete TASK_ID

update task status to in-progress

./task-cli mark-in-progress TASK_ID

update task status to done

./task-cli mark-done TASK_ID

list all tasks

./task-cli list

list tasks marked as todo

./task-cli list todo

list tasks marked as in-progress

./task-cli list in-progress

list tasks marked as done

./task-cli list done

run tests

make test

run lint

make lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors