stellarwp / pup
StellarWP's Project Utilities & Packager
1.3.8
2024-12-13 22:50 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
- dev-main
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 0.1.0
- 0.0.3
- 0.0.2
- 0.0.1
- dev-fix/ensure-included-files-are-included
- dev-fix/jsonSerialize
- dev-feature/yaml
- dev-dependabot/composer/lucatume/codeception-snapshot-assertions-tw-0.4.0
This package is auto-updated.
Last update: 2024-12-13 22:51:05 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