A Homebrew tap providing tools for BuiltFast users and developers.
brew tap built-fast/devtoolsLaravel CLI and Reusable Scripts, a collection of tools and scripts to enhance Laravel development.
brew install built-fast/devtools/php83-stackMeta package that installs a complete PHP 8.3 development stack including:
- PHP & Extensions: PHP 8.3 with Redis extension
- Development Tools: Composer, WP-CLI, Node.js
- Shell Tools: direnv, fzf, ripgrep, shellcheck, jq
- Version Control: Git, GitHub CLI
- Optional Services: MySQL and Redis servers
--with-mysql: Install MySQL server--with-redis: Install Redis server
# Basic installation
brew install php83-stack
# With optional services
brew install php83-stack --with-mysql --with-redisCommand-line interface for the Recurly v3 API.
brew install built-fast/devtools/recurly-cli
recurly configure
# Table (default), JSON, or pretty JSON
recurly accounts list
recurly accounts list --output json
recurly accounts list --output json-pretty
# Select specific fields
recurly accounts list --field id,code,email
# Built-in jq filtering (no external jq needed)
recurly subscriptions list --jq '.data[] | select(.state == "active") | .id'MIT License - see LICENSE for details.