aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/youtrack/index.js
diff options
context:
space:
mode:
authorLibravatar Yoga Setiawan <ariokidev@gmail.com>2020-10-07 21:21:55 +0700
committerLibravatar GitHub <noreply@github.com>2020-10-07 15:21:55 +0100
commit3272d41820aae2e5d17413de523bc09c0b49d59f (patch)
tree163e158ac75b8831378f9addc900d4e6854a3449 /recipes/youtrack/index.js
parentMerge pull request #311 from getferdi/add-some-recipes (diff)
downloadferdium-recipes-3272d41820aae2e5d17413de523bc09c0b49d59f.tar.gz
ferdium-recipes-3272d41820aae2e5d17413de523bc09c0b49d59f.tar.zst
ferdium-recipes-3272d41820aae2e5d17413de523bc09c0b49d59f.zip
Add recipe for YouTrack (#318)
Diffstat (limited to 'recipes/youtrack/index.js')
-rw-r--r--recipes/youtrack/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/youtrack/index.js b/recipes/youtrack/index.js
new file mode 100644
index 0000000..fbb0bb0
--- /dev/null
+++ b/recipes/youtrack/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class youtrack extends Ferdi {
2};