https://badges.github.io/badgerbadgerbadger/
Generate Github project badges like a boss
https://badges.github.io/badgerbadgerbadger/
Last synced: about 1 year ago
JSON representation
Generate Github project badges like a boss
- Host: GitHub
- URL: https://badges.github.io/badgerbadgerbadger/
- Owner: badges
- License: mit
- Created: 2014-01-22T19:09:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T16:14:28.000Z (almost 6 years ago)
- Last Synced: 2024-04-27T03:03:57.077Z (about 2 years ago)
- Language: Ruby
- Homepage: http://sam.pikesley.org/projects/badger/
- Size: 746 KB
- Stars: 183
- Watchers: 11
- Forks: 79
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-github - Badger
README
[](https://travis-ci.org/badges/badgerbadgerbadger)
[](https://gemnasium.com/badges/badgerbadgerbadger)
[](https://coveralls.io/r/badges/badgerbadgerbadger)
[](https://codeclimate.com/github/badges/badgerbadgerbadger)
[](https://github.com/badges/badgerbadgerbadger/issues)
[](https://github.com/badges/badgerbadgerbadger/pulls)
[](https://rubygems.org/gems/badgerbadgerbadger)
[](http://badges.mit-license.org)
[](https://github.com/badges/badgerbadgerbadger)
# Badger
Because I grow weary of copy-n-pasting the badge URLs into the README of every project, and the [img.shields.io](http://img.shields.io) API now supports all of the services I use
## Usage
Install it
gem install badgerbadgerbadger
or add it to your Gemfile
gem 'badgerbadgerbadger'
bundle
Then
badger badge
[](https://travis-ci.org/doge/wow)
[](https://gemnasium.com/doge/wow)
[](https://coveralls.io/r/doge/wow)
[](https://codeclimate.com/github/doge/wow)
[](https://rubygems.org/gems/suchgem)
[](http://doge.mit-license.org)
[](https://github.com/badges/badgerbadgerbadger)
ready to paste into the top of your README (with the correct URLs for your repo)
You can read about Badger's Opinions in the help text [here](https://github.com/pikesley/badger/blob/master/DESC.md)
If you're on a Mac, pipe the output into `pbcopy` to add the stuff directly to your clipboard:
badger badge | pbcopy
## Help me make it better
git clone https://github.com/pikesley/badger
cd badger
bundle
rake
### Adding a new license
If you'd like badgerbadgerbadger to support a license we don't currently have, please see the note at the top of the [licenses config file](https://github.com/badges/badgerbadgerbadger/blob/master/config/licenses.yaml#L6-L7)