Homebrew formula for the Wheels CLI — the command-line tool for the Wheels MVC framework.
brew tap wheels-dev/wheels
brew install wheelswheels new myapp # scaffold a new project
wheels server start # start development server
wheels test # run test suite
wheels generate model User # generate a model
wheels --version # show version info- Java 21 (installed automatically as a dependency)
- macOS or Linux
brew upgrade wheelsbrew uninstall wheels
brew untap wheels-dev/wheelsThis formula installs LuCLI (the Lucee CLI) as the wheels binary, along with the Wheels CLI module. LuCLI's binary-name detection automatically activates Wheels branding and routes commands to the Wheels module.
The formula auto-updates when new LuCLI or Wheels versions are released.