dwyl / dart_cid

❄️ dart-lang implementation of cid ("content id") = human-friendly (readable/typeable) unique ID for distributed/decentralised systems
GNU General Public License v2.0
11 stars 0 forks source link

Chore: `README.md` Badges #9

Closed nelsonic closed 1 year ago

nelsonic commented 1 year ago

At present the repo's README.md is lacking color:

image

Todo

nelsonic commented 1 year ago

At present of all our dart repos: https://github.com/orgs/dwyl/repositories?language=dart only one of them has badges: https://github.com/dwyl/flutter-bloc-tutorial

image

So that's what I'm using as the basis for the badges for this project.

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dwyl/flutter-bloc-tutorial/ci.yml?label=build&style=flat-square&branch=main)
[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/flutter-bloc-tutorial/main.svg?style=flat-square)](https://codecov.io/github/dwyl/flutter-bloc-tutorial?branch=main)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/dwyl/flutter-bloc-tutorial/issues)
[![HitCount](https://hits.dwyl.com/dwyl/flutter-bloc-tutorial.svg)](https://hits.dwyl.com/dwyl/flutter-bloc-tutorial)

And then our quotes project has a badge for pub.dev so borrowing that:

[![pub package](https://img.shields.io/pub/v/cid.svg?color=brightgreen&style=flat-square)](https://pub.dev/packages/cid)

Note: the package is currently published as dart_cid for some reason ... meanwhile just cid is available see: #10