Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bfontaine/badges2svg
Replace your README badges with resolution-independent SVG ones
https://github.com/bfontaine/badges2svg
cli readme-badges ruby tool
Last synced: 2 months ago
JSON representation
Replace your README badges with resolution-independent SVG ones
- Host: GitHub
- URL: https://github.com/bfontaine/badges2svg
- Owner: bfontaine
- License: mit
- Created: 2014-03-04T09:36:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-18T21:18:38.000Z (over 8 years ago)
- Last Synced: 2024-12-08T21:03:16.993Z (2 months ago)
- Topics: cli, readme-badges, ruby, tool
- Language: Ruby
- Size: 25.4 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# badges2svg
[![Build Status](https://img.shields.io/travis/bfontaine/badges2svg.svg)](https://travis-ci.org/bfontaine/badges2svg)
[![Gem Version](https://img.shields.io/gem/v/badges2svg.svg)](http://badge.fury.io/rb/badges2svg)
[![Coverage Status](https://img.shields.io/coveralls/bfontaine/badges2svg.svg)](https://coveralls.io/r/bfontaine/badges2svg)
[![Inline docs](https://inch-ci.org/github/bfontaine/badges2svg.svg)](https://inch-ci.org/github/bfontaine/badges2svg)
[![Dependency Status](https://img.shields.io/gemnasium/bfontaine/badges2svg.svg)](https://gemnasium.com/bfontaine/badges2svg)**badges2svg** is a command-line tool to replace your GitHub README badges with
resolution-independent SVG versions from [shields.io][].[shields.io]: http://shields.io/
## Install
```
gem install badges2svg
```## Usage
From the command-line:
```
$ badges2svg
```By default, all URLs use HTTPS. If you don’t want this behavior, use
`--no-https`.## Support
| 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.
## Tests
```
$ git clone https://github.com/bfontaine/badges2svg.git
$ cd badges2svg
$ bundle install
$ bundle exec rake test
```