badges2svg is a command-line tool to replace your GitHub README badges with resolution-independent SVG versions from shields.io.
gem install badges2svg
From the command-line:
$ badges2svg <file>
By default, all URLs use HTTPS. If you don’t want this behavior, use
--no-https.
| Type | Support |
|---|---|
| Travis build | ✔ |
| Gratipay | ✔ |
| Coveralls | ✔ |
| Gemnasium | ✔ |
| Code Climate | ✔ |
| Gem version | ✔ |
| PyPI version | ✔ |
| Packagist version | ✔ |
| PyPI downloads | ✔ |
| Packagist downloads | ✔ |
| Inch-CI | ✔ |
Additionally, all badges that already use shields.io are supported.
$ git clone https://github.com/bfontaine/badges2svg.git
$ cd badges2svg
$ bundle install
$ bundle exec rake test