From a2d771cc842a38cc7f83959ff39020b9adf2e8ff Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Mon, 6 Apr 2020 14:58:02 +0800 Subject: [PATCH] docs: update readme --- .prettierrc | 3 +++ README.md | 28 ++++++++++++++++++---------- 2 files changed, 21 insertions(+), 10 deletions(-) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..d2504b4 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,3 @@ +{ + "proseWrap": "never" +} diff --git a/README.md b/README.md index ea6c7bf..7d3ee76 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GitTouch -Open source mobile client for GitHub, GitLab, Bitbucket and Gitea, built with Flutter +An open-source mobile app for Git services including GitHub, GitLaab, Bitbucket and Gitea, built with Flutter

@@ -24,21 +24,29 @@ Android users can also download APK file from [release page](https://github.com/ Light screenshot

+## Supported platforms + +https://github.com/git-touch/git-touch/issues/29 + +✅: Done\ +🚧: Working in progress\ +💬: In review + +| Platform | Public service | API documentation | Status | Custom domain | +| --- | --- | --- | --- | --- | +| GitHub | https://github.com | [v3(RESTful)](https://developer.github.com/v3/), [v4(GraphQL)](https://developer.github.com/v4/) | ✅ | 💬 | +| GitLab | https://gitlab.com | [GitLab API v4](https://docs.gitlab.com/ee/api/) | ✅ | ✅ | +| BitBucket | https://bitbucket.org | [BitBucket API](https://developer.atlassian.com/bitbucket/api/2/reference) | ✅ | ✅ | +| Gogs | https://try.gogs.io/ | [Gogs API](https://github.com/gogs/docs-api) | 🚧 | ✅ | +| Gitea | https://gitea.com/ | [Gitea API](https://try.gitea.io/api/swagger#/) | ✅ | ✅ | + ## Contributing See [CONTRIBUTING.md](./CONTRIBUTING.md). ## Contributors -[ -![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/0) -![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/1) -![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/2) -![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/3) -![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/4) -![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/5) -![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/6) -](https://github.com/pd4d10/git-touch/graphs/contributors) +[ ![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/0) ![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/1) ![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/2) ![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/3) ![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/4) ![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/5) ![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/6) ![](https://sourcerer.io/fame/pd4d10/pd4d10/git-touch/images/7) ](https://github.com/pd4d10/git-touch/graphs/contributors) ## License