From 1239777afb50ef0a91b30ad20c8d62772b7fe798 Mon Sep 17 00:00:00 2001 From: Dominic Egginton Date: Tue, 21 Apr 2020 14:08:07 +0100 Subject: [PATCH] added readme badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d03d2e0..fde59af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # koa-sassy +[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/dominicegginton/koa-sassy/CI/master?label=CI)](https://github.com/dominicegginton/koa-sassy/actions) +[![Code Climate coverage](https://img.shields.io/codeclimate/coverage/dominicegginton/koa-sassy)](https://codeclimate.com/github/dominicegginton/koa-sasssy) +[![npm](https://img.shields.io/npm/dt/koa-sassy?label=Downloads)](https://www.npmjs.com/package/koa-sassy) +[![js-standard-style](https://img.shields.io/badge/Code%20Style-standard-brightgreen.svg)](http://standardjs.com) + > :art: Modern Koa middleware for SASS ## Why