factorial-io/factorial-tools-installer-plugin

Installs: 853

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 19

Forks: 0

Open Issues: 0

Type:composer-plugin

pkg:composer/factorial-io/factorial-tools-installer-plugin

1.0.2 2016-01-30 17:26 UTC

This package is not auto-updated.

Last update: 2025-09-28 01:01:19 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.*"
    }
}