Project

badges2svg

0.01
No commit activity in last 3 years
No release in over 3 years
Parse a markdown file and replace PNG badges with SVG ones.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.7
~> 10.1
~> 0.8
~> 2.5

Runtime

~> 2.0
 Project Readme

badges2svg

Build Status Gem Version Coverage Status Inline docs Dependency Status

badges2svg is a command-line tool to replace your GitHub README badges with resolution-independent SVG versions from shields.io.

Install

gem install badges2svg

Usage

From the command-line:

$ badges2svg <file>

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