factorial-io / factorial-tools-installer-plugin
Package info
github.com/factorial-io/factorial-tools-installer-plugin
Type:composer-plugin
pkg:composer/factorial-io/factorial-tools-installer-plugin
1.0.2
2016-01-30 17:26 UTC
Requires
- composer-plugin-api: ^1.0
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.*"
}
}