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.
Package info
github.com/jeyroik/extas-installer-plugins-repositories
pkg:composer/jeyroik/extas-installer-plugins-repositories
0.1.0
2020-08-27 16:19 UTC
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2026-02-28 04:38:01 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"
}
]
}