Skywire / composer-plugin-file-copy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Copy Composer Plugin

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

About

License:Open Software License 3.0


Languages

Language:PHP 100.0%