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.
make build./task-cli add "TASK_NAME"./task-cli update TASK_ID./task-cli delete TASK_ID./task-cli mark-in-progress TASK_ID./task-cli mark-done TASK_ID./task-cli list./task-cli list todo./task-cli list in-progress./task-cli list donemake testmake lint