2017 © Pedro Peláez
 

composer-plugin qs-composer-installer

Install Quicksilver modules for Pantheon into custom locations.

image

rvtraveller/qs-composer-installer

Install Quicksilver modules for Pantheon into custom locations.

  • Friday, January 27, 2017
  • by rvtraveller
  • Repository
  • 1 Watchers
  • 2 Stars
  • 90,802 Installations
  • PHP
  • 12 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 28 % Grown

The README.md

Quicksilver Composer Installer

Creates a new "type" in Composer for quicksilver-scripts so you can treat them separately in Composer installations. This allows you to include Quicksilver scripts as part of a composer based project on Pantheon[https://pantheon.io]., (*1)

To use this custom installer, require it in your project (root-level) composer.json file. Then, any Composer project of type quicksiver-script will be placed in the directory web/private/scripts/quicksilver. This path may be customized in the installer-paths item in extras., (*2)

The web/private/scripts/quicksilver path (or your customized path) should be added to your project's .gitignore., (*3)

Example composer.json file

{
  "require": {
    "rvtraveller/qs-composer-installer": "1.0"
  },
  "extra": {
    "installer-paths": {
      "web/private/scripts/quicksilver/{$name}": ["type:quicksilver-script"]
    }
  }
}

The Versions

27/01 2017

dev-master

9999999-dev https://github.com/rvtraveller/qs-composer-installer

Install Quicksilver modules for Pantheon into custom locations.

  Sources   Download

MIT

The Requires

 

The Development Requires

27/01 2017

1.1

1.1.0.0 https://github.com/rvtraveller/qs-composer-installer

Install Quicksilver modules for Pantheon into custom locations.

  Sources   Download

MIT

The Requires

 

The Development Requires

26/01 2017

1.0

1.0.0.0 https://github.com/rvtraveller/qs-composer-installer

Install Quicksilver modules for Pantheon into custom locations.

  Sources   Download

MIT

The Requires

 

The Development Requires