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
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-28 01:57:38 UTC
README
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" } ] }