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-04-28 00:53:26 UTC


README

tests codecov.io PHPStan Enabled 68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f39663031663263356530383663383766636162632f6d61696e7461696e6162696c697479 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"
    }
  ]
}