05/03
2018
Composer Plugin that runs install script in subproject and provides koala-framework build integration
Usage Example in composer.json, (*1)
"extra": { "koala-framework-subproject": { "decoupledchild": { "install": "npm install", "build": "npm run build" } } }