skywire / file-copy-plugin
A plugin to allow for dependencies to copy files into the project on install / update
Installs: 5 010
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:composer-plugin
pkg:composer/skywire/file-copy-plugin
Requires
- php: >=7.0
- composer-plugin-api: ^1.1 || ^2.0
- skywire/composer-copy-file: ^0.4.0
README
Allows files to be copied on dependency installation, default composer behaviour only runs scripts for the root package.
Will only work on modules with skywire in the package name, will only work with paths relative to the working directory, e.g. dev instead of ./dev or ../../dev
Uses https://github.com/slowprog/CopyFile to copy files, see their documentation for configuration, only the extras.copy-files section is rquired
Installation
From your module repository run
composer require skywire/file-copy-plugin