Skip to content

Commit

Permalink
Update badges to use shields.io
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 22, 2021
1 parent 54c91c7 commit 3892d86
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 77 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -389,16 +389,16 @@ Copyright © 2018 Joschi Kuphal <joschi@kuphal.net> / [@jkphl](https://twitter.c


[npm-url]: https://npmjs.org/package/svg-sprite
[npm-image]: https://badge.fury.io/js/svg-sprite.svg
[npm-image]: https://img.shields.io/npm/v/svg-sprite
[npm-downloads]: https://img.shields.io/npm/dm/svg-sprite.svg

[ci-url]: https://github.com/jkphl/svg-sprite/actions?query=workflow%3ATests+branch%3Amaster
[ci-image]: https://github.com/jkphl/svg-sprite/workflows/Tests/badge.svg?branch=master

[coveralls-url]: https://coveralls.io/r/jkphl/svg-sprite
[coveralls-image]: https://img.shields.io/coveralls/jkphl/svg-sprite.svg
[coveralls-url]: https://coveralls.io/github/jkphl/svg-sprite?branch=master
[coveralls-image]: https://img.shields.io/coveralls/github/jkphl/svg-sprite/master

[depstat-url]: https://david-dm.org/jkphl/svg-sprite#info=dependencies
[depstat-image]: https://david-dm.org/jkphl/svg-sprite.svg
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite#info=devDependencies
[devdepstat-image]: https://david-dm.org/jkphl/svg-sprite/dev-status.svg
[depstat-url]: https://david-dm.org/jkphl/svg-sprite
[depstat-image]: https://img.shields.io/david/jkphl/svg-sprite
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite?type=dev
[devdepstat-image]: https://img.shields.io/david/dev/jkphl/svg-sprite
20 changes: 10 additions & 10 deletions docs/api.md
@@ -1,4 +1,4 @@
svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
==========

This file is part of the documentation of *svg-sprite* — a free low-level Node.js module that **takes a bunch of SVG files**, optimizes them and creates **SVG sprites** of several types. The package is [hosted on GitHub](https://github.com/jkphl/svg-sprite).
Expand Down Expand Up @@ -211,15 +211,15 @@ spriter.getShapes(path.resolve('tmp/svg'), function (error, result) {


[npm-url]: https://npmjs.org/package/svg-sprite
[npm-image]: https://badge.fury.io/js/svg-sprite.png
[npm-image]: https://img.shields.io/npm/v/svg-sprite

[travis-url]: http://travis-ci.org/jkphl/svg-sprite
[travis-image]: https://secure.travis-ci.org/jkphl/svg-sprite.png
[ci-url]: https://github.com/jkphl/svg-sprite/actions?query=workflow%3ATests+branch%3Amaster
[ci-image]: https://github.com/jkphl/svg-sprite/workflows/Tests/badge.svg?branch=master

[coveralls-url]: https://coveralls.io/r/jkphl/svg-sprite
[coveralls-image]: https://img.shields.io/coveralls/jkphl/svg-sprite.svg
[coveralls-url]: https://coveralls.io/github/jkphl/svg-sprite?branch=master
[coveralls-image]: https://img.shields.io/coveralls/github/jkphl/svg-sprite/master

[depstat-url]: https://david-dm.org/jkphl/svg-sprite#info=dependencies
[depstat-image]: https://david-dm.org/jkphl/svg-sprite.svg
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite#info=devDependencies
[devdepstat-image]: https://david-dm.org/jkphl/svg-sprite/dev-status.svg
[depstat-url]: https://david-dm.org/jkphl/svg-sprite
[depstat-image]: https://img.shields.io/david/jkphl/svg-sprite
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite?type=dev
[devdepstat-image]: https://img.shields.io/david/dev/jkphl/svg-sprite
20 changes: 10 additions & 10 deletions docs/command-line.md
@@ -1,4 +1,4 @@
svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
==========

This file is part of the documentation of *svg-sprite* — a free low-level Node.js module that **takes a bunch of SVG files**, optimizes them and creates **SVG sprites** of several types. The package is [hosted on GitHub](https://github.com/jkphl/svg-sprite).
Expand Down Expand Up @@ -225,15 +225,15 @@ $ svg-sprite -cD out --css-dimensions= --ccss assets/*.svg


[npm-url]: https://npmjs.org/package/svg-sprite
[npm-image]: https://badge.fury.io/js/svg-sprite.png
[npm-image]: https://img.shields.io/npm/v/svg-sprite

[travis-url]: http://travis-ci.org/jkphl/svg-sprite
[travis-image]: https://secure.travis-ci.org/jkphl/svg-sprite.png
[ci-url]: https://github.com/jkphl/svg-sprite/actions?query=workflow%3ATests+branch%3Amaster
[ci-image]: https://github.com/jkphl/svg-sprite/workflows/Tests/badge.svg?branch=master

[coveralls-url]: https://coveralls.io/r/jkphl/svg-sprite
[coveralls-image]: https://img.shields.io/coveralls/jkphl/svg-sprite.svg
[coveralls-url]: https://coveralls.io/github/jkphl/svg-sprite?branch=master
[coveralls-image]: https://img.shields.io/coveralls/github/jkphl/svg-sprite/master

[depstat-url]: https://david-dm.org/jkphl/svg-sprite#info=dependencies
[depstat-image]: https://david-dm.org/jkphl/svg-sprite.svg
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite#info=devDependencies
[devdepstat-image]: https://david-dm.org/jkphl/svg-sprite/dev-status.svg
[depstat-url]: https://david-dm.org/jkphl/svg-sprite
[depstat-image]: https://img.shields.io/david/jkphl/svg-sprite
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite?type=dev
[devdepstat-image]: https://img.shields.io/david/dev/jkphl/svg-sprite
20 changes: 10 additions & 10 deletions docs/configuration.md
@@ -1,4 +1,4 @@
svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
==========

This file is part of the documentation of *svg-sprite* — a free low-level Node.js module that **takes a bunch of SVG files**, optimizes them and creates **SVG sprites** of several types. The package is [hosted on GitHub](https://github.com/jkphl/svg-sprite).
Expand Down Expand Up @@ -464,15 +464,15 @@ To **disable the rendering** without removing the whole structure, simply set th


[npm-url]: https://npmjs.org/package/svg-sprite
[npm-image]: https://badge.fury.io/js/svg-sprite.png
[npm-image]: https://img.shields.io/npm/v/svg-sprite

[travis-url]: http://travis-ci.org/jkphl/svg-sprite
[travis-image]: https://secure.travis-ci.org/jkphl/svg-sprite.png
[ci-url]: https://github.com/jkphl/svg-sprite/actions?query=workflow%3ATests+branch%3Amaster
[ci-image]: https://github.com/jkphl/svg-sprite/workflows/Tests/badge.svg?branch=master

[coveralls-url]: https://coveralls.io/r/jkphl/svg-sprite
[coveralls-image]: https://img.shields.io/coveralls/jkphl/svg-sprite.svg
[coveralls-url]: https://coveralls.io/github/jkphl/svg-sprite?branch=master
[coveralls-image]: https://img.shields.io/coveralls/github/jkphl/svg-sprite/master

[depstat-url]: https://david-dm.org/jkphl/svg-sprite#info=dependencies
[depstat-image]: https://david-dm.org/jkphl/svg-sprite.svg
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite#info=devDependencies
[devdepstat-image]: https://david-dm.org/jkphl/svg-sprite/dev-status.svg
[depstat-url]: https://david-dm.org/jkphl/svg-sprite
[depstat-image]: https://img.shields.io/david/jkphl/svg-sprite
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite?type=dev
[devdepstat-image]: https://img.shields.io/david/dev/jkphl/svg-sprite
20 changes: 10 additions & 10 deletions docs/grunt-gulp.md
@@ -1,4 +1,4 @@
svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
==========

This file is part of the documentation of *svg-sprite* — a free low-level Node.js module that **takes a bunch of SVG files**, optimizes them and creates **SVG sprites** of several types. The package is [hosted on GitHub](https://github.com/jkphl/svg-sprite).
Expand Down Expand Up @@ -53,15 +53,15 @@ gulp.src('assets/*.svg')


[npm-url]: https://npmjs.org/package/svg-sprite
[npm-image]: https://badge.fury.io/js/svg-sprite.png
[npm-image]: https://img.shields.io/npm/v/svg-sprite

[travis-url]: http://travis-ci.org/jkphl/svg-sprite
[travis-image]: https://secure.travis-ci.org/jkphl/svg-sprite.png
[ci-url]: https://github.com/jkphl/svg-sprite/actions?query=workflow%3ATests+branch%3Amaster
[ci-image]: https://github.com/jkphl/svg-sprite/workflows/Tests/badge.svg?branch=master

[coveralls-url]: https://coveralls.io/r/jkphl/svg-sprite
[coveralls-image]: https://img.shields.io/coveralls/jkphl/svg-sprite.svg
[coveralls-url]: https://coveralls.io/github/jkphl/svg-sprite?branch=master
[coveralls-image]: https://img.shields.io/coveralls/github/jkphl/svg-sprite/master

[depstat-url]: https://david-dm.org/jkphl/svg-sprite#info=dependencies
[depstat-image]: https://david-dm.org/jkphl/svg-sprite.svg
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite#info=devDependencies
[devdepstat-image]: https://david-dm.org/jkphl/svg-sprite/dev-status.svg
[depstat-url]: https://david-dm.org/jkphl/svg-sprite
[depstat-image]: https://img.shields.io/david/jkphl/svg-sprite
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite?type=dev
[devdepstat-image]: https://img.shields.io/david/dev/jkphl/svg-sprite
20 changes: 10 additions & 10 deletions docs/meta-data.md
@@ -1,4 +1,4 @@
svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
==========

This file is part of the documentation of *svg-sprite* — a free low-level Node.js module that **takes a bunch of SVG files**, optimizes them and creates **SVG sprites** of several types. The package is [hosted on GitHub](https://github.com/jkphl/svg-sprite).
Expand Down Expand Up @@ -44,15 +44,15 @@ Please be aware that existing `<title>` and `<description>` elements in the SVG


[npm-url]: https://npmjs.org/package/svg-sprite
[npm-image]: https://badge.fury.io/js/svg-sprite.png
[npm-image]: https://img.shields.io/npm/v/svg-sprite

[travis-url]: http://travis-ci.org/jkphl/svg-sprite
[travis-image]: https://secure.travis-ci.org/jkphl/svg-sprite.png
[ci-url]: https://github.com/jkphl/svg-sprite/actions?query=workflow%3ATests+branch%3Amaster
[ci-image]: https://github.com/jkphl/svg-sprite/workflows/Tests/badge.svg?branch=master

[coveralls-url]: https://coveralls.io/r/jkphl/svg-sprite
[coveralls-image]: https://img.shields.io/coveralls/jkphl/svg-sprite.svg
[coveralls-url]: https://coveralls.io/github/jkphl/svg-sprite?branch=master
[coveralls-image]: https://img.shields.io/coveralls/github/jkphl/svg-sprite/master

[depstat-url]: https://david-dm.org/jkphl/svg-sprite#info=dependencies
[depstat-image]: https://david-dm.org/jkphl/svg-sprite.svg
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite#info=devDependencies
[devdepstat-image]: https://david-dm.org/jkphl/svg-sprite/dev-status.svg
[depstat-url]: https://david-dm.org/jkphl/svg-sprite
[depstat-image]: https://img.shields.io/david/jkphl/svg-sprite
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite?type=dev
[devdepstat-image]: https://img.shields.io/david/dev/jkphl/svg-sprite
20 changes: 10 additions & 10 deletions docs/shape-alignment.md
@@ -1,4 +1,4 @@
svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
==========

This file is part of the documentation of *svg-sprite* — a free low-level Node.js module that **takes a bunch of SVG files**, optimizes them and creates **SVG sprites** of several types. The package is [hosted on GitHub](https://github.com/jkphl/svg-sprite).
Expand Down Expand Up @@ -66,15 +66,15 @@ As the displaced copies are created with the `<use>` element, your sprite doesn'


[npm-url]: https://npmjs.org/package/svg-sprite
[npm-image]: https://badge.fury.io/js/svg-sprite.png
[npm-image]: https://img.shields.io/npm/v/svg-sprite

[travis-url]: http://travis-ci.org/jkphl/svg-sprite
[travis-image]: https://secure.travis-ci.org/jkphl/svg-sprite.png
[ci-url]: https://github.com/jkphl/svg-sprite/actions?query=workflow%3ATests+branch%3Amaster
[ci-image]: https://github.com/jkphl/svg-sprite/workflows/Tests/badge.svg?branch=master

[coveralls-url]: https://coveralls.io/r/jkphl/svg-sprite
[coveralls-image]: https://img.shields.io/coveralls/jkphl/svg-sprite.svg
[coveralls-url]: https://coveralls.io/github/jkphl/svg-sprite?branch=master
[coveralls-image]: https://img.shields.io/coveralls/github/jkphl/svg-sprite/master

[depstat-url]: https://david-dm.org/jkphl/svg-sprite#info=dependencies
[depstat-image]: https://david-dm.org/jkphl/svg-sprite.svg
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite#info=devDependencies
[devdepstat-image]: https://david-dm.org/jkphl/svg-sprite/dev-status.svg
[depstat-url]: https://david-dm.org/jkphl/svg-sprite
[depstat-image]: https://img.shields.io/david/jkphl/svg-sprite
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite?type=dev
[devdepstat-image]: https://img.shields.io/david/dev/jkphl/svg-sprite
20 changes: 10 additions & 10 deletions docs/templating.md
@@ -1,4 +1,4 @@
svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url]
==========

This file is part of the documentation of *svg-sprite* — a free low-level Node.js module that **takes a bunch of SVG files**, optimizes them and creates **SVG sprites** of several types. The package is [hosted on GitHub](https://github.com/jkphl/svg-sprite).
Expand Down Expand Up @@ -233,15 +233,15 @@ Finds all hash signs in a string and encodes each of them to `%23`.


[npm-url]: https://npmjs.org/package/svg-sprite
[npm-image]: https://badge.fury.io/js/svg-sprite.png
[npm-image]: https://img.shields.io/npm/v/svg-sprite

[travis-url]: http://travis-ci.org/jkphl/svg-sprite
[travis-image]: https://secure.travis-ci.org/jkphl/svg-sprite.png
[ci-url]: https://github.com/jkphl/svg-sprite/actions?query=workflow%3ATests+branch%3Amaster
[ci-image]: https://github.com/jkphl/svg-sprite/workflows/Tests/badge.svg?branch=master

[coveralls-url]: https://coveralls.io/r/jkphl/svg-sprite
[coveralls-image]: https://img.shields.io/coveralls/jkphl/svg-sprite.svg
[coveralls-url]: https://coveralls.io/github/jkphl/svg-sprite?branch=master
[coveralls-image]: https://img.shields.io/coveralls/github/jkphl/svg-sprite/master

[depstat-url]: https://david-dm.org/jkphl/svg-sprite#info=dependencies
[depstat-image]: https://david-dm.org/jkphl/svg-sprite.svg
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite#info=devDependencies
[devdepstat-image]: https://david-dm.org/jkphl/svg-sprite/dev-status.svg
[depstat-url]: https://david-dm.org/jkphl/svg-sprite
[depstat-image]: https://img.shields.io/david/jkphl/svg-sprite
[devdepstat-url]: https://david-dm.org/jkphl/svg-sprite?type=dev
[devdepstat-image]: https://img.shields.io/david/dev/jkphl/svg-sprite

0 comments on commit 3892d86

Please sign in to comment.