2017 © Pedro Peláez
 

composer-installer pixie

custom composer installers for dojo, havok, mystique and others

image

zoopcommerce/pixie

custom composer installers for dojo, havok, mystique and others

  • Friday, August 30, 2013
  • by superdweebie
  • Repository
  • 4 Watchers
  • 4 Stars
  • 1,802 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

pixie

Pixie provides tools to assist using composer to install dojo, mystique, havok and other asset libraries., (*1)

Dojo

To install dojo with composer add the following to your root composer.json:, (*2)

"repositories": [{ "type": "composer", "url": "http://zoopcommerce.github.io/pixie"}]

Then you can require dojo packages like this:, (*3)

"require": {
    "dojo/dojo"   : "~1.9",
    "dojo/dijit"  : "~1.9",
    "dojo/dojox"  : "~1.9",
    "dojo/util"   : "~1.9"
}

If your root composer.json has an zoop-js-path defined in the extra key, then the dojo packages will be symlinked to that directory. Eg:, (*4)

"extra": {
    "zoop-js-path": "public/js"
}

Havok and Mystique

Havok and Mystique are libraries from zoop which fully support composer and utilise these pixie installers., (*5)

Other Asset Libraries

You can use the pixie js installer by adding, (*6)

"type": "zoop-js"
"require": {
    "zoopcommerce/pixie": "*"
}

to a package composer.json. Then if the project's root composer.json defines, (*7)

"extra": {
    "zoop-js-path": "public/js"
}

the package will be symlinked to the defined js path., (*8)

The Versions

30/08 2013

dev-master

9999999-dev http://github.com/zoopcommerce/pixie

custom composer installers for dojo, havok, mystique and others

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

composer installer dojo zoop havok mystique

30/08 2013

0.5

0.5.0.0 http://github.com/zoopcommerce/pixie

custom composer installers for dojo, havok, mystique and others

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

composer installer dojo zoop havok mystique

27/08 2013

0.4

0.4.0.0 http://github.com/zoopcommerce/pixie

custom composer installers for dojo, havok, mystique and others

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

composer installer dojo zoop havok mystique

23/08 2013

0.3

0.3.0.0 http://github.com/zoopcommerce/pixie

custom composer installers for dojo, havok, mystique and others

  Sources   Download

MIT

composer installer dojo zoop havok mystique

22/08 2013

0.2

0.2.0.0 http://github.com/zoopcommerce/pixie

custom composer installers for dojo, havok, mystique and others

  Sources   Download

MIT

composer installer dojo zoop havok mystique

13/08 2013

0.1

0.1.0.0 http://github.com/zoopcommerce/pixie

custom composer installers for Zoop packages

  Sources   Download

MIT

composer installer zoop