stellarwp / strauss-build
Helper scripts for handling Strauss builds
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 0
Open Issues: 0
pkg:composer/stellarwp/strauss-build
Requires
- php: ^7.4|^8.0
- composer/composer: *
- json-mapper/json-mapper: ^2.2
- league/flysystem: ^1.0
- symfony/console: ^4|^5
- symfony/finder: ^4|^5
README
This is a helper repository for handling Strauss builds.
Installation
composer require stellarwp/strauss-build
Configuration
The composer.json
file should contain the following:
"scripts": { "strauss": [ "./vendor/bin/stellar-strauss" ], "post-install-cmd": [ "@strauss --command=install" ], "post-update-cmd": [ "@strauss --command=update" ] },