commandbox-developing
Installation
SKILL.md
Developing for CommandBox
Overview
CommandBox is fully extensible via CFML modules. You can create custom commands, interceptors, and models — all packaged as reusable modules. Modules live in ~/.CommandBox/cfml/modules/ for personal use or are distributed via ForgeBox.
# Reload shell after code changes
reload # alias: r
# Enable developer mode (auto-reload before each command — slow but convenient)
config set developerMode=true
config set developerMode=false