task-cli
roadmap.sh project
Overview
Project used to track and manage tasks using a command line interface
Requirements
- Node.js
- npm
Installation & Usage
- Install the program globally using npm
npm install -g git+https://github.com/ludwiklejzer/task-cli.git- Make sure npm global packages are in your PATH and run
task-cli
Usage: task-cli <command> [argument]
Commands:
add, a <description> Add new task
list, l [filter] List tasks (todo, done, in-progress)
update, u <id> <description> Update description
remove, r <id> Remove task
mark-done, md <id> Mark as completed
mark-todo, mt <id> Mark as pending
mark-in-progress, mi <id> Mark as in progress`);
Uninstall
npm uninstall -g task-cliLicense
This project is licensed under the MIT License.