UNPKG

task-master-marcus-ver

Version:

A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.

11 lines (9 loc) 225 B
/** * index.js * Main export point for all Task Master CLI modules */ // Export all modules export * from './utils.js'; export * from './ui.js'; export * from './task-manager.js'; export * from './commands.js';