2017 © Pedro PelĂĄez
 

composer-plugin web-asset-installer

Web Asset Installer

image

jaypea/web-asset-installer

Web Asset Installer

  • Monday, September 9, 2013
  • by jaypea
  • Repository
  • 1 Watchers
  • 2 Stars
  • 360 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

README

What is the Webasset Installer?

The WebAsset Installer is a custom installer for Composer: http://getcomposer.org/doc/articles/custom-installers.md, (*1)

Wrap-up: The WebAsset installer will install Composer packages with the type of "webasset" in an configurable folder instead of the vendor directory., (*2)

How to use it?, (*3)

The composer.json inside your webassets package should have type and require setup like this:, (*4)

{
    "name": "vendor/MyWebPackage",
    "type": "webasset",
    "require": {
        "jaypea/web-asset-installer": "*"
    },
    "extra": {
        "target-dir": "htdocs/"
    }
}

The composer.json in your main project might look like this:, (*5)

{
    "name": "main/project",
    "require": {
        "vendor/MyWebPackage": "*"
    }
}

The Versions

09/09 2013

dev-master

9999999-dev https://github.com/jaypea/composer-webasset-installer

Web Asset Installer

  Sources   Download

Apache 2.0

The Requires

  • composer-plugin-api 1.0.0

 

The Development Requires

by Jan Prieser

composer installer assets web

13/04 2013

0.2.1

0.2.1.0 https://github.com/bitExpert/composer-webasset-installer

Web Asset Installer

  Sources   Download

Apache 2.0

The Development Requires

composer installer assets web

13/04 2013

0.2.0

0.2.0.0 https://github.com/bitExpert/composer-webasset-installer

Web Asset Installer

  Sources   Download

Apache 2.0

The Development Requires

composer installer assets web