commandbox-task-runners
Installation
SKILL.md
CommandBox Task Runners
Overview
Task Runners are CFML/BoxLang CFCs that automate build processes, migrations, and workflows. They are analogous to Ant/Gradle tasks but written in CFML. Tasks live in your project folder and are not globally registered — they are context-aware based on your current working directory.
# Create a default task.cfc
task create
# Create and open in editor
task create --open
# Run the default task
task run
# Run a specific task file
task run path/to/myTask