humanit-se / composer-ant-bridge
Composer script that runs Ant build-script for installed packages
v1.0.0
2017-02-20 16:11 UTC
This package is not auto-updated.
Last update: 2025-03-30 04:07:51 UTC
README
Composer script that runs Ant build-script for installed packages
Use
Add script to projects composer.json
"scripts": {
"antbuilder": [
"ComposerAntBridge\\Packages::build"
]
}
Call:
composer run-script antbuilder
If your Ant build-files has a specific target you want to trigger, you can pass that as an argument:
composer run-script antbuilder -- prod