factorial-io / factorial-tools-installer-plugin
Installs: 853
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 20
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0
This package is not auto-updated.
Last update: 2025-01-18 21:22:04 UTC
README
Composer plugin to install factorial tools into correct folder.
##Usage
Set the type to factorial-tools
inside your composer.json
and 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.*"
}
}