This is a CLI utility built by StellarWP for running project build processes, sanity checks, and packaging into zips.
- Installation
- Install in a project as a phar - recommended for most projects.
- Install as a composer dependency - easy, but comes with some caveats.
- Install globally as a phar - good option for your system.
- Install globally as a git clone - another good option for your system.
- Configuration
- Glob patterns - for your
.distfiles
and.distignore
files. - Internationalization (i18n)
- Glob patterns - for your
- Commands
- Command flow for
pup zip
- Checks
- Workflows
- Examples
- GitHub Workflow: Zipping - Breaks up the
pup zip
command into multiple steps so debugging is easy.
- GitHub Workflow: Zipping - Breaks up the