jeyroik/extas-installer-plugins-repositories

该软件包最新版本(0.1.0)没有可用的许可证信息。

允许在插件安装部分使用动态仓库。

0.1.0 2020-08-27 16:19 UTC

This package is auto-updated.

Last update: 2024-09-28 01:47:11 UTC


README

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

描述

允许在插件安装部分使用动态仓库。

安装

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

用法

extas.json

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