Task Manager CLI

Node.jsTypeScriptCommander.jsChalk
— tentang project
CLI task manager dengan fitur project, tag, due date, dan ekspor JSON/CSV. Dibangun untuk workflow terminal.
tantangan
Membuat UX terminal yang intuitif tanpa GUI, handle input validation, dan persistent storage.
solusi
Interactive prompts dengan Inquirer, validasi schema Zod, storage JSON lokal dengan atomic writes.
— highlights
- Subcommand architecture (add, list, done, delete, export)
- Fuzzy search untuk filtering task
- Konfigurasi via file ~/.taskrc.json
- Auto-completion untuk shell (bash/zsh/fish)