Skip to content

wheels-dev/homebrew-wheels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew Wheels

Homebrew formula for the Wheels CLI — the command-line tool for the Wheels MVC framework.

Install

brew tap wheels-dev/wheels
brew install wheels

Usage

wheels 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

Requirements

  • Java 21 (installed automatically as a dependency)
  • macOS or Linux

Update

brew upgrade wheels

Uninstall

brew uninstall wheels
brew untap wheels-dev/wheels

How It Works

This 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages