stellarwp / pup
StellarWP's Project Utilities & Packager
1.3.7
2024-09-09 17:59 UTC
Requires
- php: ^7.2|^8.0
- composer/composer: *
- guzzlehttp/guzzle: ^7.0
- symfony/console: ^5.4
- symfony/filesystem: ^5.4
- symfony/process: ^5.4
Requires (Dev)
- codeception/codeception: ^4.2
- codeception/module-asserts: ^2.0.1
- codeception/module-cli: ^2.0
- codeception/module-phpbrowser: ^2.0.3
- lucatume/codeception-snapshot-assertions: ^0.2.4
- phpstan/phpstan: ^1.10.0
This package is auto-updated.
Last update: 2024-10-09 18:06:16 UTC
README
This is a CLI utility built by StellarWP for running project build processes, sanity checks, and packaging into zips.
Docs
- 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