A minimal CLI tool for defining and running development tasks with a simple YAML config.
Features
- Task definitions in a single
tasks.ymlfile - Parallel and sequential task execution
- Built-in watch mode for development
- Extensible via plugins
Why
I wanted a simpler alternative to complex build tools for everyday project automation.