Skip to content

Commit

Permalink
docs(readme): update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Telljohann-Smothers committed Aug 15, 2017
1 parent 1b22c68 commit 7e39b3d
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
# starter-lib
<p align="center">
<img alt="starter-lib" src="https://octodex.github.com/images/labtocat.png" width="300">
</p>

[![Build Status](https://travis-ci.org/atelljohannsmothers/starter-lib.svg?branch=master)](https://travis-ci.org/atelljohannsmothers/starter-lib)
[![codecov](https://codecov.io/gh/atelljohannsmothers/starter-lib/branch/master/graph/badge.svg)](https://codecov.io/gh/atelljohannsmothers/starter-lib)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![License: MIT](https://img.shields.io/github/license/atelljohannsmothers/starter-lib.svg)](https://opensource.org/licenses/MIT)
[![BCH compliance](https://bettercodehub.com/edge/badge/atelljohannsmothers/starter-lib?branch=master)](https://bettercodehub.com/)
[![Greenkeeper badge](https://badges.greenkeeper.io/atelljohannsmothers/starter-lib.svg)](https://greenkeeper.io/)
[![Stories in Ready](https://badge.waffle.io/atelljohannsmothers/starter-lib.png?label=ready&title=Ready)](https://waffle.io/atelljohannsmothers/starter-lib?utm_source=badge)
[![Code Climate GPA](https://img.shields.io/codeclimate/github/atelljohannsmothers/starter-lib.svg)](https://codeclimate.com/)
[![Code Climate Issues](https://img.shields.io/codeclimate/issues/github/atelljohannsmothers/starter-lib.svg)](https://codeclimate.com/)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![npm](https://img.shields.io/npm/v/@atelljohannsmothers/starter-lib.svg)](https://www.npmjs.com/package/@atelljohannsmothers/starter-lib)
<p align="center">
The starting point for writing next generation JavaScript.
</p>

<p align="center">
<a href="https://www.npmjs.com/package/@atelljohannsmothers/starter-lib"><img src="https://img.shields.io/npm/v/@atelljohannsmothers/starter-lib/latest.svg" alt="npm version"></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/npm/l/@atelljohannsmothers/starter-lib.svg" alt="npm license"></a>
<a href="https://travis-ci.org/atelljohannsmothers/starter-lib"><img src="https://travis-ci.org/atelljohannsmothers/starter-lib.svg?branch=master" alt="Travis CI build status"></a>
<a href="https://codecov.io/gh/atelljohannsmothers/starter-lib"><img src="https://codecov.io/gh/atelljohannsmothers/starter-lib/branch/master/graph/badge.svg" alt="Codecov coverage"></a>
<a href="https://bettercodehub.com/results/atelljohannsmothers/starter-lib"><img src="https://bettercodehub.com/edge/badge/atelljohannsmothers/starter-lib?branch=master" alt="Better Code Hub compliance"></a>
<a href="https://codeclimate.com/github/atelljohannsmothers/starter-lib/"><img src="https://img.shields.io/codeclimate/github/atelljohannsmothers/starter-lib.svg" alt="Code Climate gpa"></a>
</p>

<p align="center">
<a href="https://github.com/semantic-release/semantic-release"><img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-release"></a>
<a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg" alt="styled with prettier"></a>
<a href="https://github.com/greenkeeperio/greenkeeper"><img src="https://badges.greenkeeper.io/atelljohannsmothers/starter-lib.svg" alt="Greenkeeper enabled"></a>
<a href="http://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" alt="commitizen friendly"></a>
</p>

0 comments on commit 7e39b3d

Please sign in to comment.