skywire/file-copy-plugin

A plugin to allow for dependencies to copy files into the project on install / update

Installs: 4 448

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 0

Type:composer-plugin

1.2.2 2021-08-26 09:54 UTC

This package is auto-updated.

Last update: 2024-04-29 04:40:20 UTC


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