aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/sample_recipe/index.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-05-10 10:41:55 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2020-05-10 10:41:55 +0200
commitd69e514dceb46a02cca4b73ea4fea487b93d71ad (patch)
tree34bf182e0a28d784f3e7d321d41ef330b347d0e4 /scripts/sample_recipe/index.js
parentUpdate agent agent configuration (diff)
downloadferdium-recipes-d69e514dceb46a02cca4b73ea4fea487b93d71ad.tar.gz
ferdium-recipes-d69e514dceb46a02cca4b73ea4fea487b93d71ad.tar.zst
ferdium-recipes-d69e514dceb46a02cca4b73ea4fea487b93d71ad.zip
Add create script
Diffstat (limited to 'scripts/sample_recipe/index.js')
-rw-r--r--scripts/sample_recipe/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/sample_recipe/index.js b/scripts/sample_recipe/index.js
new file mode 100644
index 0000000..0e52bf0
--- /dev/null
+++ b/scripts/sample_recipe/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class SCLEAN extends Ferdi {
2};