Skip to content

Commit

Permalink
docs: update and reorganize the badges
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersiddhu committed Aug 17, 2021
1 parent fb34824 commit 9cc6c25
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# aphgrpc

[![License](https://img.shields.io/badge/License-BSD%202--Clause-blue.svg)](LICENSE)
[![GoDoc](https://godoc.org/github.com/dictyBase/aphgrpc?status.svg)](https://pkg.go.dev/github.com/dictyBase/aphgrpc?tab=doc)
[![Go Reference](https://pkg.go.dev/badge/github.com/dictyBase/aphgrpc.svg)](https://pkg.go.dev/github.com/dictyBase/aphgrpc)
![Latest release](https://badgen.net/github/release/dictyBase/aphgrpc/?scale=1.1)
[![Technical debt](https://badgen.net/codeclimate/tech-debt/dictyBase/aphgrpc)](https://codeclimate.com/github/dictyBase/arangomanager/trends/technical_debt)
[![Issues](https://badgen.net/codeclimate/issues/dictyBase/aphgrpc)](https://codeclimate.com/github/dictyBase/arangomanager/issues)
[![Maintainability](https://api.codeclimate.com/v1/badges/3275586284171df61e56/maintainability)](https://codeclimate.com/github/dictyBase/aphgrpc/maintainability)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=dictyBase/aphgrpc)](https://dependabot.com)
[![Maintainability](https://api.codeclimate.com/v1/badges/3275586284171df61e56/maintainability)](https://codeclimate.com/github/dictyBase/aphgrpc/maintainability)
![Last commit](https://badgen.net/github/last-commit/dictyBase/aphgrpc/develop)
[![Funding](https://badgen.net/badge/NIGMS/Rex%20L%20Chisholm,dictyBase,DCR/yellow?list=|)](https://reporter.nih.gov/project-details/10024726)

Package aphgrpc provides various interfaces, functions, types for building and
working with gRPC services.

## Misc badges
![Issues](https://badgen.net/github/issues/dictyBase/aphgrpc)
![Open Issues](https://badgen.net/github/open-issues/dictyBase/aphgrpc)
![Closed Issues](https://badgen.net/github/closed-issues/dictyBase/aphgrpc)
Expand All @@ -15,15 +19,8 @@
![Closed PRS](https://badgen.net/github/closed-prs/dictyBase/aphgrpc)
![Merged PRS](https://badgen.net/github/merged-prs/dictyBase/aphgrpc)
![Commits](https://badgen.net/github/commits/dictyBase/aphgrpc/develop)
![Last commit](https://badgen.net/github/last-commit/dictyBase/aphgrpc/develop)
![Branches](https://badgen.net/github/branches/dictyBase/aphgrpc)
![Tags](https://badgen.net/github/tags/dictyBase/aphgrpc/?color=cyan)
![Latest tag](https://badgen.net/github/tag/dictyBase/aphgrpc/?scale=1.1)
![Tags](https://badgen.net/github/tags/dictyBase/aphgrpc/?color=cyan)
![GitHub repo size](https://img.shields.io/github/repo-size/dictyBase/aphgrpc?style=plastic)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/dictyBase/aphgrpc?style=plastic)
[![Lines of Code](https://badgen.net/codeclimate/loc/dictyBase/aphgrpc)](https://codeclimate.com/github/dictyBase/arangomanager/code)
[![Funding](https://badgen.net/badge/NIGMS/Rex%20L%20Chisholm,dictyBase/yellow?list=|)](https://projectreporter.nih.gov/project_info_description.cfm?aid=9476993)
[![Funding](https://badgen.net/badge/NIGMS/Rex%20L%20Chisholm,DSC/yellow?list=|)](https://projectreporter.nih.gov/project_info_description.cfm?aid=9438930)

Package aphgrpc provides various interfaces, functions, types for building and
working with gRPC services.
[![Lines of Code](https://badgen.net/codeclimate/loc/dictyBase/aphgrpc)](https://codeclimate.com/github/dictyBase/aphgrpc/code)

0 comments on commit 9cc6c25

Please sign in to comment.