aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moodle/index.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2021-10-31 20:35:03 +0100
committerLibravatar GitHub <noreply@github.com>2021-10-31 20:35:03 +0100
commit2a1ae2f1f9e4a0a64ae0f8fd361b66cb2ced3b16 (patch)
tree9d6eb0e066103fed5f35464da8423a5f58eb32d8 /recipes/moodle/index.js
parentchore: upgrade 'nodejs' to '16.13.0' (diff)
parentUse more explicit variable names (diff)
downloadferdium-recipes-2a1ae2f1f9e4a0a64ae0f8fd361b66cb2ced3b16.tar.gz
ferdium-recipes-2a1ae2f1f9e4a0a64ae0f8fd361b66cb2ced3b16.tar.zst
ferdium-recipes-2a1ae2f1f9e4a0a64ae0f8fd361b66cb2ced3b16.zip
feature: Add Moodle recipe
Diffstat (limited to 'recipes/moodle/index.js')
-rw-r--r--recipes/moodle/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/moodle/index.js b/recipes/moodle/index.js
new file mode 100644
index 0000000..0a5cedb
--- /dev/null
+++ b/recipes/moodle/index.js
@@ -0,0 +1 @@
module.exports = Ferdi => class moodle extends Ferdi {};