2017 © Pedro Peláez
 

composer-plugin composer-subproject

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

image

koala-framework/composer-subproject

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

  • Monday, March 5, 2018
  • by nsams
  • Repository
  • 4 Watchers
  • 1 Stars
  • 34 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 36 % Grown

The README.md

Usage Example in composer.json, (*1)

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

The Versions

05/03 2018

1.0.x-dev

1.0.9999999.9999999-dev

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

  Sources   Download

BSD-2-Clause

The Requires

  • composer-plugin-api ^1.0

 

28/02 2018

dev-initial

dev-initial

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

  Sources   Download

BSD-2-Clause

The Requires

  • composer-plugin-api ^1.0