factorial-io/factorial-tools-installer-plugin

1.0.2 2016-01-30 17:26 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:51:11 UTC


README

Composer plugin to install factorial tools into correct folder.

##Usage Set the type to factorial-tools inside your composer.jsonand the installer will copy the project into the _tools-folder.

Example

{
    "name": "factorial-io/drupal-docker",
    "description": "a dockerfile and helper-scripts to run a drupal installation in a docker container",
    "type": "factorial-tools",
    "license": "MIT",
    "require": {
        "factorial-io/factorial-tools-installer-plugin": "1.*"
    }
}