An open API service indexing awesome lists of open source software.

https://github.com/koala-framework/composer-subproject

Composer Plugin that runs install script in subproject and provides koala-framework build integration
https://github.com/koala-framework/composer-subproject

Last synced: about 2 months ago
JSON representation

Composer Plugin that runs install script in subproject and provides koala-framework build integration

Awesome Lists containing this project

README

          

Usage Example in composer.json

"extra": {
"koala-framework-subproject": {
"decoupledchild": {
"install": "npm install",
"build": "npm run build"
}
}
}