aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/teamweek
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 13:18:06 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-12 07:48:06 +0000
commit999cedd23085ef81d3a717e9dc93a90de711e4a3 (patch)
tree3085c270f63c6aac11742293565cc553e884fdb1 /recipes/teamweek
parentNew recipe: 'misskey' (#693) (diff)
downloadferdium-recipes-999cedd23085ef81d3a717e9dc93a90de711e4a3.tar.gz
ferdium-recipes-999cedd23085ef81d3a717e9dc93a90de711e4a3.tar.zst
ferdium-recipes-999cedd23085ef81d3a717e9dc93a90de711e4a3.zip
New recipe: 'teamweek' (#694)
Diffstat (limited to 'recipes/teamweek')
-rw-r--r--recipes/teamweek/icon.svg7
-rw-r--r--recipes/teamweek/index.js2
-rw-r--r--recipes/teamweek/package.json10
-rw-r--r--recipes/teamweek/webview.js1
4 files changed, 20 insertions, 0 deletions
diff --git a/recipes/teamweek/icon.svg b/recipes/teamweek/icon.svg
new file mode 100644
index 0000000..7aa439a
--- /dev/null
+++ b/recipes/teamweek/icon.svg
@@ -0,0 +1,7 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<svg class="logo-loader logo-loader--small" width="1024" height="1024" viewBox="0 0 37 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
3 <path class="line1" d="M0,0l5.935,0l7.66,23.906l-5.937,0l-7.658,-23.906Z" style="fill:#0dea9c;"></path>
4 <path class="line2" d="M11.335,12.402l3.258,-10.142l2.984,9.3l-3.267,10.125l-2.975,-9.283l0,0Z" style="fill:#0dea9c;"></path>
5 <path class="line3" d="M15.3,0l5.935,0l7.658,23.906l-5.933,0l-7.66,-23.906Z" style="fill:#0dea9c;"></path>
6 <path class="line4" d="M30.6,0l5.972,0l-6.95,21.687l-2.976,-9.285l3.954,-12.402Z" style="fill:#0dea9c;"></path>
7</svg> \ No newline at end of file
diff --git a/recipes/teamweek/index.js b/recipes/teamweek/index.js
new file mode 100644
index 0000000..1b32271
--- /dev/null
+++ b/recipes/teamweek/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class Teamweek extends Ferdi {
2};
diff --git a/recipes/teamweek/package.json b/recipes/teamweek/package.json
new file mode 100644
index 0000000..bb3d479
--- /dev/null
+++ b/recipes/teamweek/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "teamweek",
3 "name": "Teamweek",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/claudiupelmus/recipe-teamweek",
7 "config": {
8 "serviceURL": "https://app.teamweek.com/"
9 }
10}
diff --git a/recipes/teamweek/webview.js b/recipes/teamweek/webview.js
new file mode 100644
index 0000000..22ca24c
--- /dev/null
+++ b/recipes/teamweek/webview.js
@@ -0,0 +1 @@
module.exports = (Ferdi) => {};