humanit-se / composer-ant-bridge
Composer script that runs Ant build-script for installed packages
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
pkg:composer/humanit-se/composer-ant-bridge
This package is not auto-updated.
Last update: 2025-09-28 06:53:08 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