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
- Host: GitHub
- URL: https://github.com/koala-framework/composer-subproject
- Owner: koala-framework
- License: bsd-2-clause
- Created: 2018-02-28T17:00:07.000Z (over 8 years ago)
- Default Branch: 1.0
- Last Pushed: 2024-06-11T08:26:09.000Z (about 2 years ago)
- Last Synced: 2025-12-26T08:36:08.903Z (6 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Usage Example in composer.json
"extra": {
"koala-framework-subproject": {
"decoupledchild": {
"install": "npm install",
"build": "npm run build"
}
}
}