diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-10 02:27:32 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-10 02:27:32 -0400 |
commit | e86aefb43ed494867fdb2122627d519fbbe397c7 (patch) | |
tree | 1483fa0048081e57c62f7a27dd92a261f4ad894c | |
parent | 6721b2767d9a59eec079340d28b9e3f6f3d88478 (diff) | |
download | getwtxt-e86aefb43ed494867fdb2122627d519fbbe397c7.tar.gz |
added codeclimate info and dynamic version badge
-rw-r--r-- | README.md | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/README.md b/README.md index 0b03d5e..16a773c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -# getwtxt [![Go Report Card](https://goreportcard.com/badge/github.com/getwtxt/getwtxt)](https://goreportcard.com/report/github.com/getwtxt/getwtxt) - [![Build Status](https://travis-ci.com/getwtxt/getwtxt.svg?branch=master)](https://travis-ci.com/getwtxt/getwtxt) - ![GitHub last commit](https://img.shields.io/github/last-commit/getwtxt/getwtxt.svg?color=blue&logoColor=blue) + [![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/getwtxt/getwtxt.svg)](https://codeclimate.com/github/getwtxt/getwtxt) + [![Code Climate issues](https://img.shields.io/codeclimate/issues/getwtxt/getwtxt.svg)](https://codeclimate.com/github/getwtxt/getwtxt/issues) + [![Code Climate technical debt](https://img.shields.io/codeclimate/tech-debt/getwtxt/getwtxt.svg)](https://codeclimate.com/github/getwtxt/getwtxt/trends/technical_debt) +# getwtxt [![Build Status](https://travis-ci.com/getwtxt/getwtxt.svg?branch=master)](https://travis-ci.com/getwtxt/getwtxt) twtxt registry written in Go! @@ -20,7 +21,8 @@ for tags and key words. \[ [Other Documentation](#other-documentation) \] \[ [Notes](#notes) \] -## Features +## Features + ![GitHub release](https://img.shields.io/github/release/getwtxt/getwtxt.svg) * Easy to set up and maintain * Uses an in-memory cache to serve requests @@ -282,11 +284,10 @@ $ sudo make uninstall ## Notes -twtxt Information - * [twtxt.readthedocs.io](https://twtxt.readthedocs.io) +twtxt Information: [`twtxt.readthedocs.io`](https://twtxt.readthedocs.io) -twtxt Client Repo - * [buckket/twtxt](https://github.com/buckket/twtxt) (Includes links to additional related projects. See `Contributions`) +twtxt Client Repo: [`github.com/buckket/twtxt`](https://github.com/buckket/twtxt) -Registry Specification - * [twtxt.readthedocs.io/.../registry.html](https://twtxt.readthedocs.io/en/latest/user/registry.html) +Registry Specification: [`twtxt.readthedocs.io/en/latest/user/registry.html`](https://twtxt.readthedocs.io/en/latest/user/registry.html) + +Special thanks to [`github.com/kognise/water.css`](https://github.com/kognise/water.css) for open-sourcing a pleasant, easy-to-use, importable stylesheet |