jeyroik/extas-installer-plugins-repositories

There is no license information available for the latest version (0.1.0) of this package.

Allows to use dynamic repositories in the plugins install section.

0.1.0 2020-08-27 16:19 UTC

This package is auto-updated.

Last update: 2024-10-28 01:57:38 UTC


README

tests codecov.io PHPStan Enabled Extas Installer v3 Latest Stable Version Total Downloads Dependents

Description

Allow to use dynamic repositories in the plugins install section.

install

# vendor/bin/extas init # vendor/bin/extas install

usage

extas.json

{
  "repositories": {
    "name": "any",
    "...": "...",
    "aliases": ["test"] 
  },
  "plugins_install": [
    {
      "repository": "test",
      "name": "some",
      "section": "tests"
    }
  ]
}