factorial-io/factorial-tools-installer-plugin

Maintainers

Package info

github.com/factorial-io/factorial-tools-installer-plugin

Type:composer-plugin

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

Statistics

Installs: 853

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.2 2016-01-30 17:26 UTC

This package is not auto-updated.

Last update: 2026-03-01 02:59:20 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.*"
    }
}