From 3892d8699891ce46bfea2c65562fc97282041797 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 4 Jan 2021 16:47:24 +0200 Subject: [PATCH] Update badges to use shields.io --- README.md | 14 +++++++------- docs/api.md | 20 ++++++++++---------- docs/command-line.md | 20 ++++++++++---------- docs/configuration.md | 20 ++++++++++---------- docs/grunt-gulp.md | 20 ++++++++++---------- docs/meta-data.md | 20 ++++++++++---------- docs/shape-alignment.md | 20 ++++++++++---------- docs/templating.md | 20 ++++++++++---------- 8 files changed, 77 insertions(+), 77 deletions(-) diff --git a/README.md b/README.md index 6b270d390..d58166db5 100644 --- a/README.md +++ b/README.md @@ -389,16 +389,16 @@ Copyright © 2018 Joschi Kuphal / [@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 diff --git a/docs/api.md b/docs/api.md index 2ad965ec5..f3264f1b7 100755 --- a/docs/api.md +++ b/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). @@ -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 diff --git a/docs/command-line.md b/docs/command-line.md index 897ba066e..d485b80a5 100644 --- a/docs/command-line.md +++ b/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). @@ -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 diff --git a/docs/configuration.md b/docs/configuration.md index ae1c26cb9..962c31fc7 100755 --- a/docs/configuration.md +++ b/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). @@ -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 diff --git a/docs/grunt-gulp.md b/docs/grunt-gulp.md index ebf0b7b8c..41a98a498 100755 --- a/docs/grunt-gulp.md +++ b/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). @@ -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 diff --git a/docs/meta-data.md b/docs/meta-data.md index 942e87740..f984d28e5 100755 --- a/docs/meta-data.md +++ b/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). @@ -44,15 +44,15 @@ Please be aware that existing `` 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 diff --git a/docs/shape-alignment.md b/docs/shape-alignment.md index 46440c170..71d4c4de2 100755 --- a/docs/shape-alignment.md +++ b/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). @@ -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 diff --git a/docs/templating.md b/docs/templating.md index 2e4b85376..b5119768f 100755 --- a/docs/templating.md +++ b/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). @@ -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