907 B
907 B
task-master-ai
| task-master-ai |
|---|
| minor |
Add sync-readme command for a task export to GitHub README
Introduces a new sync-readme command that exports your task list to your project's README.md file.
Features:
- Flexible filtering: Supports
--statusfiltering (e.g., pending, done) and--with-subtasksflag - Smart content management: Automatically replaces existing exports or appends to new READMEs
- Metadata display: Shows export timestamp, subtask inclusion status, and filter settings
Usage:
task-master sync-readme- Export tasks without subtaskstask-master sync-readme --with-subtasks- Include subtasks in exporttask-master sync-readme --status=pending- Only export pending taskstask-master sync-readme --status=done --with-subtasks- Export completed tasks with subtasks
Perfect for showcasing project progress on GitHub. Experimental. Open to feedback.