Skip to content

Instantly share code, notes, and snippets.

@JerryC8080
Forked from skratchdot/badges.md
Created April 20, 2019 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JerryC8080/6c9bbbde2978fd245f000ae0993ddc96 to your computer and use it in GitHub Desktop.
Save JerryC8080/6c9bbbde2978fd245f000ae0993ddc96 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