Skip to content

Instantly share code, notes, and snippets.

@danieleagle
Forked from skratchdot/badges.md
Created March 20, 2018 00:10
Show Gist options
  • Save danieleagle/0b74226c9b3dba914d4f5da105d979e6 to your computer and use it in GitHub Desktop.
Save danieleagle/0b74226c9b3dba914d4f5da105d979e6 to your computer and use it in GitHub Desktop.
A list of badges to add to a Github README.md file

A list of some other badges: http://shields.io/

Version Numbers

Alt Text Image Src Link
NPM version https://badge.fury.io/{{programming_language:js py}}/{{project_name}}.svg
Dependency Status https://david-dm.org/{{username}}/{{project_name}}.svg https://david-dm.org/{{username}}/{{project_name}}
devDependency Status https://david-dm.org/{{username}}/{{project_name}}/dev-status.svg https://david-dm.org/{{username}}/{{project_name}}#info=devDependencies
GEM Dependency Status https://gemnasium.com/{{username}}/{{repo}}.png https://gemnasium.com/{{username}}/{{repo}})

CI

Alt Text Image Src Link
Build Status https://travis-ci.org/{{username}}/{{project_name}}.png?branch={{branch}} https://travis-ci.org/{{username}}/{{project_name}}
Build Status https://ci.appveyor.com/api/projects/status/{{status_id}} https://ci.appveyor.com/project/{{username}}/{{project_name}}
Codeship Status https://www.codeship.io/projects/{{status_id}}/status?branch={{branch}})](https://www.codeship.io/projects/{{project_id}})
CircleCI COMING SOON circleci.com,
Drone.IO COMING SOON drone.io
Build Box COMING SOON buildbox.io

Analysis & Coverage

Alt Text Image Src Link
Code Climate https://codeclimate.com/github/{{username}}/{{project_name}}.png https://codeclimate.com/github/{{username}}/{{project_name}}
Coverage Status https://coveralls.io/repos/{{username}}/{{project_name}}/badge.png https://coveralls.io/r/{{username}}/{{project_name}}

Donations

Alt Text Image Src Link
PayPal COMING SOON paypal.com
Flattr COMING SOON flattr.com
GitTip COMING SOON gittip.com

Issue Management

Alt Text Image Src Link
waffle.io COMING SOON waffle.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment