aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wakatime/index.js
diff options
context:
space:
mode:
authorLibravatar oda-alexandre <oda-alexandre31@gmail.com>2021-08-30 20:38:18 +0200
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-31 16:44:39 +0530
commit2486fbbd72f08b759a2781913f388e91149e79ea (patch)
tree4d7878299366ed3bea28b1c147f17c1994d59310 /recipes/wakatime/index.js
parentrefactor: Use Ferdi.safeParseInt to ensure that parsing is done consistently ... (diff)
downloadferdium-recipes-2486fbbd72f08b759a2781913f388e91149e79ea.tar.gz
ferdium-recipes-2486fbbd72f08b759a2781913f388e91149e79ea.tar.zst
ferdium-recipes-2486fbbd72f08b759a2781913f388e91149e79ea.zip
New recipe: wakatime
Diffstat (limited to 'recipes/wakatime/index.js')
-rw-r--r--recipes/wakatime/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/wakatime/index.js b/recipes/wakatime/index.js
new file mode 100644
index 0000000..f16f627
--- /dev/null
+++ b/recipes/wakatime/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class Wakatime extends Ferdi {
2};