Skip to content

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

License

Notifications You must be signed in to change notification settings

koala-framework/composer-subproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage Example in composer.json

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages