Junk Drawer Logo Junk Drawer

For all those little papers scattered across your desk

Status Badges

D. Ben Knoble on 13 Jun 2019 in Blog

Today I made some status badges to represent the quality of the code I publish on the internet. Here they are.

Inspired heavily by arp242. See his post for more details on semantics.

And the markdown:

[![This project is considered experimental](https://img.shields.io/badge/status-experimental-critical.svg)](https://benknoble.github.io/status/experimental/)
[![This project is considered stable](https://img.shields.io/badge/status-stable-success.svg)](https://benknoble.github.io/status/stable/)
[![This project is considered finished](https://img.shields.io/badge/status-finished-success.svg)](https://benknoble.github.io/status/finished/)
[![This project is archived](https://img.shields.io/badge/status-archived-critical.svg)](https://benknoble.github.io/status/archived/)
[![This project is personal](https://img.shields.io/badge/status-personal-important.svg)](https://benknoble.github.io/status/personal/)

See my Dotfiles for a vim command I use to insert the markdown.


Tags:

Categories: Blog

Load Comments
Previous Next
Back to posts