From 14059f7273d8f9a9c7c47259d5dfeccefa15f83c Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sat, 25 Jan 2020 12:54:40 +0100 Subject: #29 Add ZenHub --- uncompressed/zenhub/LICENSE | 21 +++++++++++++++++++++ uncompressed/zenhub/README.md | 2 ++ uncompressed/zenhub/icon.png | Bin 0 -> 3099 bytes uncompressed/zenhub/icon.svg | 1 + uncompressed/zenhub/index.js | 1 + uncompressed/zenhub/package.json | 15 +++++++++++++++ uncompressed/zenhub/webview.js | 0 7 files changed, 40 insertions(+) create mode 100644 uncompressed/zenhub/LICENSE create mode 100644 uncompressed/zenhub/README.md create mode 100644 uncompressed/zenhub/icon.png create mode 100644 uncompressed/zenhub/icon.svg create mode 100644 uncompressed/zenhub/index.js create mode 100644 uncompressed/zenhub/package.json create mode 100644 uncompressed/zenhub/webview.js (limited to 'uncompressed') diff --git a/uncompressed/zenhub/LICENSE b/uncompressed/zenhub/LICENSE new file mode 100644 index 0000000..969ac64 --- /dev/null +++ b/uncompressed/zenhub/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Fabio Kuhn + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/uncompressed/zenhub/README.md b/uncompressed/zenhub/README.md new file mode 100644 index 0000000..568c620 --- /dev/null +++ b/uncompressed/zenhub/README.md @@ -0,0 +1,2 @@ +# recipe-franz-zenhub +Franz recipe for Zenhub service diff --git a/uncompressed/zenhub/icon.png b/uncompressed/zenhub/icon.png new file mode 100644 index 0000000..fe5302e Binary files /dev/null and b/uncompressed/zenhub/icon.png differ diff --git a/uncompressed/zenhub/icon.svg b/uncompressed/zenhub/icon.svg new file mode 100644 index 0000000..063474b --- /dev/null +++ b/uncompressed/zenhub/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/uncompressed/zenhub/index.js b/uncompressed/zenhub/index.js new file mode 100644 index 0000000..9157a2e --- /dev/null +++ b/uncompressed/zenhub/index.js @@ -0,0 +1 @@ +module.exports = Franz => Franz; \ No newline at end of file diff --git a/uncompressed/zenhub/package.json b/uncompressed/zenhub/package.json new file mode 100644 index 0000000..c9c6d1e --- /dev/null +++ b/uncompressed/zenhub/package.json @@ -0,0 +1,15 @@ +{ + "id": "zenhub", + "name": "ZenHub", + "version": "0.1.1", + "description": "ZenHub recipe", + "main": "index.js", + "author": "Fabio Kuhn ", + "license": "MIT", + "repository": "https://github.com/mordaroso/recipe-franz-zenhub", + "config": { + "hasTeamId": true, + "serviceURL": "https://app.zenhub.com/workspace/o/{teamId}/boards", + "urlInputSuffix": "Organization with repo name (eg. meetfranz/franz)" + } +} \ No newline at end of file diff --git a/uncompressed/zenhub/webview.js b/uncompressed/zenhub/webview.js new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3-54-g00ecf