This tools is provided to manage moodle plugins installation since installing manually is very cumbersome.
Inspired by silecs/moodle-gitplugins but using Deno
Follow the example on .easyclone.example.yaml
root
(default:.
): Location of the moodle base or any projectstrict
(default:false
): see explanation ofrepositories.enable
force
(default:false
): iftrue
it will not ask confirmation when deleting folderskip
(default:false
): skip install when plugin exist. Warning! this will still delete ifstrict
istrue
andrepositories.enable
isfalse
cleanup
(default:[.git, .github]
): array of string which files or folders will be deleted after installing pluginrepositories
:url
: URL of the repo, can beorg/repo
for Github repositories or absolute URLhttps://gitlab.com/org/repo.git
branch
(optional): specify branch or tag otherwise it will clone the latesthash
(optional): specify hash. This will skip branch config if specifiedpath
: location to installenable
(default:true
): ifstrict
istrue
and this value isfalse
it will delete existing directory, otherwise it will just skip installing iffalse
cleanup
(default:[]
): Same ascleanup
parent config but specific files or folders per plugin
deno run -A main.ts
-p <path>, --path <path>
(optional): specify config file location. Default:.easyclone.yaml
MIT License
Copyright (c) [2025] [Farly Fitrian Dwiputra]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.