koala-framework/composer-subproject

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

Installs: 3 330

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 6

Forks: 0

Open Issues: 0

Type:composer-plugin

1.0.x-dev 2024-04-16 13:46 UTC

This package is auto-updated.

Last update: 2024-04-16 13:47:03 UTC


README

Usage Example in composer.json

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