koala-framework / composer-subproject
Composer Plugin that runs install script in subproject and provides koala-framework build integration
Installs: 3 672
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0 || ^2.0
Requires (Dev)
- composer/composer: ^2.0
This package is auto-updated.
Last update: 2024-11-11 09:22:25 UTC
README
Usage Example in composer.json
"extra": {
"koala-framework-subproject": {
"decoupledchild": {
"install": "npm install",
"build": "npm run build"
}
}
}