copona/composer-installers

Package installers for Copona

Installs: 314

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 0

Type:composer-plugin

0.3.2 2021-06-07 09:40 UTC

This package is auto-updated.

Last update: 2024-03-21 22:38:50 UTC


README

This Custom Composer Installers is only for Copona projects. Do not use elsewhere, it may damage your design.

Supported types:

Type Path
copona-theme /themes/{name}
copona-extension /extensions/{vendor}/{name}

How to use?

To work with your themes and extensions as a composer package, you just need to put "type":"copona-[type]" into your composer.json.

Example of an extension:

{
  "name": "vendor/name",
  "description": "Example extension Copona",
  "type": "copona-extension"
}

Your extension will be installed on the path:

/extensions/
    |-- vendor/
        |-- name/

Notes: To find out how composer packages and repositories work see https://getcomposer.org/doc/05-repositories.md