+ +
+Pixel-perfect Retina-ready Fast Consistent Hackable No tracking +
+ + +donate + + diff --git a/frontend/render-badge-examples.js b/frontend/render-badge-examples.js new file mode 100644 index 0000000000..5c08aa9c4c --- /dev/null +++ b/frontend/render-badge-examples.js @@ -0,0 +1,18 @@ +'use strict'; + +const fs = require('fs'); +const path = require('path'); +const React = require('react'); +const ReactDOMServer = require('react-dom/server'); +const pretty = require('pretty'); +const BadgeExamples = require('./badge-examples'); + +// const inputPath = path.join(__dirname, '..', 'all-badges.json'); +// const badgeExampleData = JSON.parse(fs.readFileSync(inputPath)); +const badgeExampleData = require('../lib/all-badge-examples'); + +const fragment = ReactDOMServer.renderToStaticMarkup( +Build
-| Travis: | -https://img.shields.io/travis/USER/REPO.svg |
- |
|---|---|---|
| Travis branch: | -https://img.shields.io/travis/USER/REPO/BRANCH.svg |
- |
| Wercker: | -https://img.shields.io/wercker/ci/wercker/docs.svg |
- |
| TeamCity CodeBetter: | -https://img.shields.io/teamcity/codebetter/bt428.svg |
- |
| TeamCity (simple build status): | -https://img.shields.io/teamcity/http/teamcity.jetbrains.com/s/bt345.svg |
- |
| (full build status): | -- | https://img.shields.io/teamcity/http/teamcity.jetbrains.com/e/bt345.svg |
-
| AppVeyor: | -https://img.shields.io/appveyor/ci/gruntjs/grunt.svg |
- |
| AppVeyor branch: | -https://img.shields.io/appveyor/ci/gruntjs/grunt/master.svg |
- |
| AppVeyor tests: | -https://img.shields.io/appveyor/tests/NZSmartie/coap-net-iu0to.svg |
- |
| AppVeyor tests branch: | -https://img.shields.io/appveyor/tests/NZSmartie/coap-net-iu0to.svg |
- |
| Codeship: | -https://img.shields.io/codeship/d6c1ddd0-16a3-0132-5f85-2e35c05e22b1.svg |
- |
| Codeship: | -https://img.shields.io/codeship/d6c1ddd0-16a3-0132-5f85-2e35c05e22b1/master.svg |
- |
| Magnum CI: | -https://img.shields.io/magnumci/ci/96ffb83fa700f069024921b0702e76ff.svg |
- |
| Magnum CI: | -https://img.shields.io/magnumci/ci/96ffb83fa700f069024921b0702e76ff/new-meta.svg |
- |
| CircleCI: | -https://img.shields.io/circleci/project/github/RedSparr0w/node-csgo-parser.svg |
- |
| CircleCI branch: | -https://img.shields.io/circleci/project/github/RedSparr0w/node-csgo-parser/master.svg |
- |
| CircleCI token: | -https://img.shields.io/circleci/token/YOURTOKEN/project/github/RedSparr0w/node-csgo-parser/master.svg |
- |
| Visual Studio Team services: | -https://img.shields.io/vso/build/larsbrinkhoff/953a34b9-5966-4923-a48a-c41874cfb5f5/1.svg |
- |
| Shippable: | -https://img.shields.io/shippable/5444c5ecb904a4b21567b0ff.svg |
- |
| Shippable branch: | -https://img.shields.io/shippable/5444c5ecb904a4b21567b0ff/master.svg |
- |
| Snap CI branch: | -https://img.shields.io/snap-ci/ThoughtWorksStudios/eb_deployer/master.svg |
- |
| Jenkins: | -https://img.shields.io/jenkins/s/https/jenkins.qa.ubuntu.com/view/Precise/view/All%20Precise/job/precise-desktop-amd64_default.svg |
- |
| Jenkins tests: | -https://img.shields.io/jenkins/t/https/jenkins.qa.ubuntu.com/view/Precise/view/All%20Precise/job/precise-desktop-amd64_default.svg |
- |
| Jenkins coverage: | -https://img.shields.io/jenkins/c/https/jenkins.qa.ubuntu.com/view/Utopic/view/All/job/address-book-service-utopic-i386-ci.svg |
- |
| Coveralls github: | -https://img.shields.io/coveralls/github/jekyll/jekyll.svg |
- |
| Coveralls github branch: | -https://img.shields.io/coveralls/github/jekyll/jekyll/master.svg |
- |
| Coveralls bitbucket: | -https://img.shields.io/coveralls/bitbucket/pyKLIP/pyklip.svg |
- |
| Coveralls bitbucket branch: | -https://img.shields.io/coveralls/bitbucket/pyKLIP/pyklip/master.svg |
- |
| SonarQube Coverage: | -https://img.shields.io/sonar/http/sonar.qatools.ru/ru.yandex.qatools.allure:allure-core/coverage.svg |
- |
| SonarQube Tech Debt: | -https://img.shields.io/sonar/http/sonar.qatools.ru/ru.yandex.qatools.allure:allure-core/tech_debt.svg |
- |
| TeamCity CodeBetter Coverage: | -https://img.shields.io/teamcity/coverage/bt1242.svg |
- |
| Scrutinizer: | -https://img.shields.io/scrutinizer/g/filp/whoops.svg |
- |
| Scrutinizer Coverage: | -https://img.shields.io/scrutinizer/coverage/g/filp/whoops.svg |
- |
| Scrutinizer branch: | -https://img.shields.io/scrutinizer/coverage/g/phpmyadmin/phpmyadmin/master.svg |
- |
| Scrutinizer Build: | -https://img.shields.io/scrutinizer/build/g/filp/whoops.svg |
- |
| Codecov: | -https://img.shields.io/codecov/c/github/codecov/example-python.svg |
- |
| Codecov branch: | -https://img.shields.io/codecov/c/github/codecov/example-python/master.svg |
- |
| Codecov private: | -https://img.shields.io/codecov/c/token/YOURTOKEN/github/codecov/example-python.svg |
- |
| Coverity Scan: | -https://img.shields.io/coverity/scan/3997.svg |
- |
| Coverity Code Advisor On Demand Stream Badge: | -https://img.shields.io/coverity/ondemand/streams/STREAM.svg |
- |
| Coverity Code Advisor On Demand Job Badge: | -https://img.shields.io/coverity/ondemand/jobs/JOB.svg |
- |
| HHVM: | -https://img.shields.io/hhvm/symfony/symfony.svg |
- |
| HHVM (branch): | -https://img.shields.io/hhvm/symfony/symfony/master.svg |
- |
| SensioLabs Insight: | -https://img.shields.io/sensiolabs/i/45afb680-d4e6-4e66-93ea-bcfa79eb8a87.svg |
- |
| Dockbit: | -https://img.shields.io/dockbit/ORGANIZATION_NAME/PIPELINE_NAME.svg?token=PIPELINE_TOKEN |
- |
| continuousphp: | -https://img.shields.io/continuousphp/git-hub/doctrine/dbal/master.svg |
- |
| Read the Docs: | -https://img.shields.io/readthedocs/pip.svg |
- |
| Read the Docs (version): | -https://img.shields.io/readthedocs/pip/stable.svg |
-
Downloads
-| Github All Releases: | -https://img.shields.io/github/downloads/atom/atom/total.svg |
- |
|---|---|---|
| Github Releases: | -https://img.shields.io/github/downloads/atom/atom/latest/total.svg |
- |
| Github Pre-Releases: | -https://img.shields.io/github/downloads-pre/atom/atom/latest/total.svg |
- |
| Github Releases (by Release): | -https://img.shields.io/github/downloads/atom/atom/v0.190.0/total.svg |
- |
| Github Releases (by Asset): | -https://img.shields.io/github/downloads/atom/atom/latest/atom-amd64.deb.svg |
- |
| Github Pre-Releases (by Asset): | -https://img.shields.io/github/downloads-pre/atom/atom/latest/atom-amd64.deb.svg |
- |
| npm: | -https://img.shields.io/npm/dw/localeval.svg |
- |
| npm: | -https://img.shields.io/npm/dm/localeval.svg |
- |
| npm: | -https://img.shields.io/npm/dy/localeval.svg |
- |
| npm: | -https://img.shields.io/npm/dt/express.svg |
- |
| Gem: | -https://img.shields.io/gem/dv/rails/stable.svg |
- |
| Gem: | -https://img.shields.io/gem/dv/rails/4.1.0.svg |
- |
| Gem: | -https://img.shields.io/gem/dtv/rails.svg |
- |
| Gem: | -https://img.shields.io/gem/dt/rails.svg |
- |
| Chocolatey: | -https://img.shields.io/chocolatey/dt/scriptcs.svg |
- |
| NuGet: | -https://img.shields.io/nuget/dt/Microsoft.AspNetCore.Mvc.svg |
- |
| MyGet: | -https://img.shields.io/myget/mongodb/dt/MongoDB.Driver.Core.svg |
- |
| MyGet tenant: | -https://img.shields.io/dotnet.myget/dotnet-coreclr/dt/Microsoft.DotNet.CoreCLR.svg |
- |
| PowerShell Gallery: | -https://img.shields.io/powershellgallery/dt/ACMESharp.svg |
- |
| PyPI: | -https://img.shields.io/pypi/dm/Django.svg |
- |
| PyPI: | -https://img.shields.io/pypi/dw/Django.svg |
- |
| PyPI: | -https://img.shields.io/pypi/dd/Django.svg |
- |
| Conda: | -https://img.shields.io/conda/dn/conda-forge/python.svg |
- |
| Crates.io: | -https://img.shields.io/crates/d/rustc-serialize.svg |
- |
| Crates.io: | -https://img.shields.io/crates/dv/rustc-serialize.svg |
- |
| Packagist: | -https://img.shields.io/packagist/dm/doctrine/orm.svg |
- |
| Packagist: | -https://img.shields.io/packagist/dd/doctrine/orm.svg |
- |
| Packagist: | -https://img.shields.io/packagist/dt/doctrine/orm.svg |
- |
| Hex.pm: | -https://img.shields.io/hexpm/dw/plug.svg |
- |
| Hex.pm: | -https://img.shields.io/hexpm/dd/plug.svg |
- |
| Hex.pm: | -https://img.shields.io/hexpm/dt/plug.svg |
- |
| WordPress plugin: | -https://img.shields.io/wordpress/plugin/dt/akismet.svg |
- |
| WordPress theme: | -https://img.shields.io/wordpress/theme/dt/hestia.svg |
- |
| SourceForge: | -https://img.shields.io/sourceforge/dm/sevenzip.svg |
- |
| SourceForge: | -https://img.shields.io/sourceforge/dw/sevenzip.svg |
- |
| SourceForge: | -https://img.shields.io/sourceforge/dd/sevenzip.svg |
- |
| SourceForge: | -https://img.shields.io/sourceforge/dt/sevenzip.svg |
- |
| SourceForge: | -https://img.shields.io/sourceforge/dt/arianne/stendhal.svg |
- |
| apm: | -https://img.shields.io/apm/dm/vim-mode.svg |
- |
| Puppet Forge: | -https://img.shields.io/puppetforge/dt/camptocamp/openldap.svg |
- |
| DUB: | -https://img.shields.io/dub/dd/vibe-d.svg |
- |
| DUB: | -https://img.shields.io/dub/dw/vibe-d.svg |
- |
| DUB: | -https://img.shields.io/dub/dm/vibe-d/latest.svg |
- |
| DUB: | -https://img.shields.io/dub/dt/vibe-d/0.7.23.svg |
- |
| Package Control: | -https://img.shields.io/packagecontrol/dm/GitGutter.svg |
- |
| Package Control: | -https://img.shields.io/packagecontrol/dw/GitGutter.svg |
- |
| Package Control: | -https://img.shields.io/packagecontrol/dd/GitGutter.svg |
- |
| Package Control: | -https://img.shields.io/packagecontrol/dt/GitGutter.svg |
- |
| Website: | -https://img.shields.io/website-up-down-green-red/http/shields.io.svg?label=my-website |
- |
| CocoaPods: | -https://img.shields.io/cocoapods/dt/AFNetworking.svg |
- |
| CocoaPods: | -https://img.shields.io/cocoapods/dm/AFNetworking.svg |
- |
| CocoaPods: | -https://img.shields.io/cocoapods/dw/AFNetworking.svg |
- |
| Mozilla Add-on: | -https://img.shields.io/amo/d/dustman.svg |
- |
| Visual Studio Marketplace: | -https://img.shields.io/vscode-marketplace/d/ritwickdey.LiveServer.svg |
- |
| Eclipse Marketplace: | -https://img.shields.io/eclipse-marketplace/dt/notepad4e.svg |
- |
| Eclipse Marketplace: | -https://img.shields.io/eclipse-marketplace/dm/notepad4e.svg |
- |
| JetBrains plugins: | -https://img.shields.io/jetbrains/plugin/d/1347-scala.svg |
- |
| Ansible Role: | -https://img.shields.io/ansible/role/d/3078.svg |
-
Version
-| CDNJS: | -https://img.shields.io/cdnjs/v/jquery.svg |
- |
|---|---|---|
| npm: | -https://img.shields.io/npm/v/npm.svg |
- |
| npm (scoped): | -https://img.shields.io/npm/v/@cycle/core.svg |
- |
| npm (tag): | -https://img.shields.io/npm/v/npm/next.svg |
- |
| npm (scoped with tag): | -https://img.shields.io/npm/v/@cycle/core/canary.svg |
- |
| node: | -https://img.shields.io/node/v/passport.svg |
- |
| node (scoped): | -https://img.shields.io/node/v/@stdlib/stdlib.svg |
- |
| node (tag): | -https://img.shields.io/node/v/passport/latest.svg |
- |
| node (scoped with tag): | -https://img.shields.io/node/v/@stdlib/stdlib/latest.svg |
- |
| PyPI: | -https://img.shields.io/pypi/v/nine.svg |
- |
| Conda: | -https://img.shields.io/conda/v/conda-forge/python.svg |
- |
| Conda (channel only): | -https://img.shields.io/conda/vn/conda-forge/python.svg |
- |
| Gem: | -https://img.shields.io/gem/v/formatador.svg |
- |
| LuaRocks: | -https://img.shields.io/luarocks/v/mpeterv/luacheck.svg |
- |
| Hackage: | -https://img.shields.io/hackage/v/lens.svg |
- |
| Crates.io: | -https://img.shields.io/crates/v/rustc-serialize.svg |
- |
| Packagist: | -https://img.shields.io/packagist/v/symfony/symfony.svg |
- |
| Packagist Pre Release: | -https://img.shields.io/packagist/vpre/symfony/symfony.svg |
- |
| Bintray: | -https://img.shields.io/bintray/v/asciidoctor/maven/asciidoctorj.svg |
- |
| Clojars: | -https://img.shields.io/clojars/v/prismic.svg |
- |
| CocoaPods: | -https://img.shields.io/cocoapods/v/AFNetworking.svg |
- |
| Bower: | -https://img.shields.io/bower/v/bootstrap.svg |
- |
| Bower Pre Release: | -https://img.shields.io/bower/vpre/bootstrap.svg |
- |
| Pub: | -https://img.shields.io/pub/v/box2d.svg |
- |
| Hex.pm: | -https://img.shields.io/hexpm/v/plug.svg |
- |
| GitHub tag: | -https://img.shields.io/github/tag/expressjs/express.svg |
- |
| GitHub package version: | -https://img.shields.io/github/package-json/v/badges/shields.svg |
- |
| GitHub manifest version: | -https://img.shields.io/github/manifest-json/v/RedSparr0w/IndieGala-Helper.svg |
- |
| GitHub release: | -https://img.shields.io/github/release/qubyte/rubidium.svg |
- |
| GitHub (pre-)release: | -https://img.shields.io/github/release/qubyte/rubidium/all.svg |
- |
| GitHub commits: | -https://img.shields.io/github/commits-since/SubtitleEdit/subtitleedit/3.4.7.svg |
- |
| Github commits (since latest release): | -https://img.shields.io/github/commits-since/SubtitleEdit/subtitleedit/latest.svg |
- |
| Chef cookbook: | -https://img.shields.io/cookbook/v/chef-sugar.svg |
- |
| NuGet: | -https://img.shields.io/nuget/v/Nuget.Core.svg |
- |
| NuGet Pre Release: | -https://img.shields.io/nuget/vpre/Microsoft.AspNet.Mvc.svg |
- |
| MyGet: | -https://img.shields.io/myget/mongodb/v/MongoDB.Driver.Core.svg |
- |
| MyGet Pre Release: | -https://img.shields.io/myget/yolodev/vpre/YoloDev.Dnx.FSharp.svg |
- |
| MyGet tenant: | -https://img.shields.io/dotnet.myget/dotnet-coreclr/v/Microsoft.DotNet.CoreCLR.svg |
- |
| Chocolatey: | -https://img.shields.io/chocolatey/v/git.svg |
- |
| PowerShell Gallery: | -https://img.shields.io/powershellgallery/v/Zyborg.Vault.svg |
- |
| Puppet Forge: | -https://img.shields.io/puppetforge/v/vStone/percona.svg |
- |
| Maven Central: | -https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg |
- |
| Maven Central with version prefix filter: | -https://img.shields.io/maven-central/v/org.apache.maven/apache-maven/2.svg |
- |
| Sonatype Nexus (Releases): | -https://img.shields.io/nexus/r/https/oss.sonatype.org/com.google.guava/guava.svg |
- |
| Sonatype Nexus (Snapshots): | -https://img.shields.io/nexus/s/https/oss.sonatype.org/com.google.guava/guava.svg |
- |
| WordPress plugin: | -https://img.shields.io/wordpress/plugin/v/akismet.svg |
- |
| WordPress: | -https://img.shields.io/wordpress/v/akismet.svg |
- |
| apm: | -https://img.shields.io/apm/v/vim-mode.svg |
- |
| CPAN: | -https://img.shields.io/cpan/v/Config-Augeas.svg |
- |
| CRAN: | -https://img.shields.io/cran/v/devtools.svg |
- |
| CRAN: | -https://img.shields.io/cran/l/devtools.svg |
- |
| CTAN: | -https://img.shields.io/ctan/v/tex.svg |
- |
| DUB: | -https://img.shields.io/dub/v/vibe-d.svg |
- |
| AUR: | -https://img.shields.io/aur/version/yaourt.svg |
- |
| Chrome Web Store: | -https://img.shields.io/chrome-web-store/v/nimelepbpejjlbmoobocpfnjhihnpked.svg |
- |
| homebrew: | -https://img.shields.io/homebrew/v/cake.svg |
- |
| Mozilla Add-on: | -https://img.shields.io/amo/v/dustman.svg |
- |
| Visual Studio Marketplace: | -https://img.shields.io/vscode-marketplace/v/ritwickdey.LiveServer.svg |
- |
| Eclipse Marketplace: | -https://img.shields.io/eclipse-marketplace/v/notepad4e.svg |
- |
| Itunes App Store: | -https://img.shields.io/itunes/v/BUNDLE_ID.svg |
- |
| JitPack: | -https://img.shields.io/jitpack/v/jitpack/maven-simple.svg |
- |
| Jenkins Plugins: | -https://img.shields.io/jenkins/plugin/v/blueocean.svg |
-
Social
-| GitHub forks: | -https://img.shields.io/github/forks/badges/shields.svg?style=social&label=Fork |
- |
|---|---|---|
| GitHub stars: | -https://img.shields.io/github/stars/badges/shields.svg?style=social&label=Stars |
- |
| GitHub watchers: | -https://img.shields.io/github/watchers/badges/shields.svg?style=social&label=Watch |
- |
| GitHub followers: | -https://img.shields.io/github/followers/espadrine.svg?style=social&label=Follow |
- |
| Twitter URL: | -https://img.shields.io/twitter/url/http/shields.io.svg?style=social |
- |
| Twitter Follow: | -https://img.shields.io/twitter/follow/espadrine.svg?style=social&label=Follow |
-
Miscellaneous
-| Gratipay: | -https://img.shields.io/gratipay/project/shields.svg |
- |
|---|---|---|
| Bountysource: | -https://img.shields.io/bountysource/team/mozilla-core/activity.svg |
- |
| Beerpay: | -https://img.shields.io/beerpay/hashdog/scrapfy-chrome-extension.svg |
- |
| Code Climate: | -https://img.shields.io/codeclimate/github/kabisaict/flow.svg |
- |
| Code Climate: | -https://img.shields.io/codeclimate/coverage/github/triAGENS/ashikawa-core.svg |
- |
| Code Climate: | -https://img.shields.io/codeclimate/issues/github/me-and/mdf.svg |
- |
| Codetally: | -https://img.shields.io/codetally/triggerman722/colorstrap.svg |
- |
| bitHound: | -https://img.shields.io/bithound/code/github/rexxars/sse-channel.svg |
- |
| Gemnasium: | -https://img.shields.io/gemnasium/mathiasbynens/he.svg |
- |
| Hackage-Deps: | -https://img.shields.io/hackage-deps/v/lens.svg |
- |
| Crates.io: | -https://img.shields.io/crates/l/rustc-serialize.svg |
- |
| Requires.io: | -https://img.shields.io/requires/github/celery/celery.svg |
- |
| VersionEye: | -https://img.shields.io/versioneye/d/ruby/rails.svg |
- |
| Packagist: | -https://img.shields.io/packagist/l/doctrine/orm.svg |
- |
| npm: | -https://img.shields.io/npm/l/express.svg |
- |
| apm: | -https://img.shields.io/apm/l/vim-mode.svg |
- |
| Bower: | -https://img.shields.io/bower/l/bootstrap.svg |
- |
| PyPI: | -https://img.shields.io/pypi/l/Django.svg |
- |
| PyPI: | -https://img.shields.io/pypi/wheel/Django.svg |
- |
| PyPI: | -https://img.shields.io/pypi/format/Django.svg |
- |
| PyPI: | -https://img.shields.io/pypi/pyversions/Django.svg |
- |
| PyPI: | -https://img.shields.io/pypi/implementation/Django.svg |
- |
| PyPI: | -https://img.shields.io/pypi/status/Django.svg |
- |
| Hex.pm: | -https://img.shields.io/hexpm/l/plug.svg |
- |
| CocoaPods: | -https://img.shields.io/cocoapods/l/AFNetworking.svg |
- |
| CPAN: | -https://img.shields.io/cpan/l/Config-Augeas.svg |
- |
| CTAN: | -https://img.shields.io/ctan/l/novel.svg |
- |
| Wheelmap: | -https://img.shields.io/wheelmap/a/2323004600.svg |
- |
| GitHub issues: | -https://img.shields.io/github/issues/badges/shields.svg |
- |
| - | https://img.shields.io/github/issues-raw/badges/shields.svg |
- |
| GitHub pull requests: | -https://img.shields.io/github/issues-pr/cdnjs/cdnjs.svg |
- |
| - | https://img.shields.io/github/issues-pr-raw/cdnjs/cdnjs.svg |
- |
| GitHub closed issues: | -https://img.shields.io/github/issues-closed/badges/shields.svg |
- |
| - | https://img.shields.io/github/issues-closed-raw/badges/shields.svg |
- |
| GitHub closed pull requests: | -https://img.shields.io/github/issues-pr-closed/cdnjs/cdnjs.svg |
- |
| - | https://img.shields.io/github/issues-pr-closed/cdnjs/cdnjs.svg |
- |
| GitHub issues by-label: | -https://img.shields.io/github/issues/badges/shields/service-badge.svg |
- |
| - | https://img.shields.io/github/issues-raw/badges/shields/service-badge.svg |
- |
| GitHub pull requests by-label: | -https://img.shields.io/github/issues-pr/badges/shields/service-badge.svg |
- |
| - | https://img.shields.io/github/issues-pr-raw/badges/shields/service-badge.svg |
- |
| GitHub issue state: | -https://img.shields.io/github/issues/detail/badges/shields/979.svg |
- |
| GitHub issue title: | -https://img.shields.io/github/issues/detail/s/badges/shields/979.svg |
- |
| GitHub issue author: | -https://img.shields.io/github/issues/detail/u/badges/shields/979.svg |
- |
| GitHub issue label: | -https://img.shields.io/github/issues/detail/label/badges/shields/979.svg |
- |
| GitHub issue comments: | -https://img.shields.io/github/issues/detail/comments/badges/shields/979.svg |
- |
| GitHub issue age: | -https://img.shields.io/github/issues/detail/age/badges/shields/979.svg |
- |
| GitHub issue last update: | -https://img.shields.io/github/issues/detail/last-update/badges/shields/979.svg |
- |
| GitHub Release Date: | -https://img.shields.io/github/release-date/SubtitleEdit/subtitleedit.svg |
- |
| GitHub (Pre-)Release Date: | -https://img.shields.io/github/release-date-pre/Cockatrice/Cockatrice.svg |
- |
| GitHub pull request check state: | -https://img.shields.io/github/status/s/pulls/badges/shields/1110.svg |
- |
| GitHub pull request check contexts: | -https://img.shields.io/github/status/contexts/pulls/badges/shields/1110.svg |
- |
| GitHub contributors: | -https://img.shields.io/github/contributors/cdnjs/cdnjs.svg |
- |
| license: | -https://img.shields.io/github/license/mashape/apistatus.svg |
- |
| Github file size: | -https://img.shields.io/github/size/webcaetano/craft/build/phaser-craft.min.js.svg |
- |
| Github search hit counter: | -https://img.shields.io/github/search/torvalds/linux/goto.svg |
- |
| GitHub commit activity the past week, 4 weeks, year | -https://img.shields.io/github/commit-activity/y/eslint/eslint.svg |
- |
| GitHub last commit: | -https://img.shields.io/github/commits/google/skia/last.svg |
- |
| GitHub last commit (branch): | -https://img.shields.io/github/commits/google/skia/infra/config/last.svg |
- |
| GitHub top language: | -https://img.shields.io/github/languages/top/badges/shields.svg |
- |
| GitHub language count: | -https://img.shields.io/github/languages/count/badges/shields.svg |
- |
| GitHub code size in bytes: | -https://img.shields.io/github/languages/code-size/badges/shields.svg |
- |
| GitHub repo size in bytes: | -https://img.shields.io/github/repo-size/badges/shields.svg |
- |
| Bitbucket issues: | -https://img.shields.io/bitbucket/issues/atlassian/python-bitbucket.svg |
- |
| - | https://img.shields.io/bitbucket/issues-raw/atlassian/python-bitbucket.svg |
- |
| Bitbucket open pull requests: | -https://img.shields.io/bitbucket/pr/osrf/gazebo.svg |
- |
| - | https://img.shields.io/bitbucket/pr-raw/osrf/gazebo.svg |
- |
| WordPress plugin rating: | -https://img.shields.io/wordpress/plugin/r/akismet.svg |
- |
| WordPress theme rating: | -https://img.shields.io/wordpress/theme/r/hestia.svg |
- |
| Codacy grade: | -https://img.shields.io/codacy/grade/e27821fb6289410b8f58338c7e0bc686.svg |
- |
| Codacy branch grade: | -https://img.shields.io/codacy/grade/e27821fb6289410b8f58338c7e0bc686/master.svg |
- |
| Codacy coverage: | -https://img.shields.io/codacy/coverage/c44df2d9c89a4809896914fd1a40bedd.svg |
- |
| Codacy branch coverage: | -https://img.shields.io/codacy/coverage/c44df2d9c89a4809896914fd1a40bedd/master.svg |
- |
| Cauditor: | -https://img.shields.io/cauditor/mi/matthiasmullie/scrapbook/master.svg |
- |
| Libscore: | -https://img.shields.io/libscore/s/jQuery.svg |
- |
| Puppet Forge: | -https://img.shields.io/puppetforge/e/camptocamp/openssl.svg |
- |
| Puppet Forge: | -https://img.shields.io/puppetforge/f/camptocamp/openssl.svg |
- |
| Puppet Forge: | -https://img.shields.io/puppetforge/rc/camptocamp.svg |
- |
| Puppet Forge: | -https://img.shields.io/puppetforge/mc/camptocamp.svg |
- |
| Gems: | -https://img.shields.io/gem/u/raphink.svg |
- |
| Gems: | -https://img.shields.io/gem/rt/puppet.svg |
- |
| Gems: | -https://img.shields.io/gem/rd/facter.svg |
- |
| DUB: | -https://img.shields.io/dub/l/vibe-d.svg |
- |
| Docker Stars: | -https://img.shields.io/docker/stars/_/ubuntu.svg |
- |
| Docker Pulls: | -https://img.shields.io/docker/pulls/mashape/kong.svg |
- |
| Docker Automated build | -https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg |
- |
| Docker Build Status | -https://img.shields.io/docker/build/jrottenberg/ffmpeg.svg |
- |
| ImageLayers Size: | -https://img.shields.io/imagelayers/image-size/_/ubuntu/latest.svg |
- |
| ImageLayers Layers: | -https://img.shields.io/imagelayers/layers/_/ubuntu/latest.svg |
- |
| Gitter: | -https://img.shields.io/gitter/room/nwjs/nw.js.svg |
- |
| JIRA issue: | -https://img.shields.io/jira/issue/https/issues.apache.org/jira/KAFKA-2896.svg |
- |
| JIRA sprint completion: | -https://img.shields.io/jira/sprint/https/jira.spring.io/94.svg |
- |
| Maintenance: | -https://img.shields.io/maintenance/yes/2017.svg |
- |
| AUR: | -https://img.shields.io/aur/license/yaourt.svg |
- |
| Waffle.io: | -https://img.shields.io/waffle/label/evancohen/smart-mirror/in%20progress.svg |
- |
| Chrome Web Store: | -https://img.shields.io/chrome-web-store/users/nimelepbpejjlbmoobocpfnjhihnpked.svg |
- |
| Chrome Web Store: | -https://img.shields.io/chrome-web-store/price/nimelepbpejjlbmoobocpfnjhihnpked.svg |
- |
| Chrome Web Store: | -https://img.shields.io/chrome-web-store/rating/nimelepbpejjlbmoobocpfnjhihnpked.svg |
- |
| Chrome Web Store: | -https://img.shields.io/chrome-web-store/stars/nimelepbpejjlbmoobocpfnjhihnpked.svg |
- |
| Chrome Web Store: | -https://img.shields.io/chrome-web-store/rating-count/nimelepbpejjlbmoobocpfnjhihnpked.svg |
- |
| AUR: | -https://img.shields.io/aur/votes/yaourt.svg |
- |
| Mozilla Add-on: | -https://img.shields.io/amo/users/dustman.svg |
- |
| Mozilla Add-on: | -https://img.shields.io/amo/rating/dustman.svg |
- |
| Mozilla Add-on: | -https://img.shields.io/amo/stars/dustman.svg |
- |
| Swagger Validator: | -https://img.shields.io/swagger/valid/2.0/https/bitbucket.org/api/swagger.json.svg |
- |
| Uptime Robot status: | -https://img.shields.io/uptimerobot/status/m778918918-3e92c097147760ee39d02d36.svg |
- |
| Uptime Robot ratio: | -https://img.shields.io/uptimerobot/ratio/m778918918-3e92c097147760ee39d02d36.svg |
- |
| Uptime Robot ratio (7 days): | -https://img.shields.io/uptimerobot/ratio/7/m778918918-3e92c097147760ee39d02d36.svg |
- |
| Discord: | -https://img.shields.io/discord/102860784329052160.svg |
- |
| Visual Studio Marketplace: | -https://img.shields.io/vscode-marketplace/r/ritwickdey.LiveServer.svg |
- |
| Eclipse Marketplace: | -https://img.shields.io/eclipse-marketplace/favorites/notepad4e.svg |
-
Longer Miscellaneous
-| David: | -https://img.shields.io/david/expressjs/express.svg |
- |
|---|---|---|
| David: | -https://img.shields.io/david/dev/expressjs/express.svg |
- |
| David: | -https://img.shields.io/david/optional/elnounch/byebye.svg |
- |
| David: | -https://img.shields.io/david/peer/webcomponents/generator-element.svg |
- |
| .Net Status (GitHub): | -https://img.shields.io/dotnetstatus/gh/jaredcnance/dotnet-status/API.svg |
- |
| bitHound: | -https://img.shields.io/bithound/dependencies/github/rexxars/sse-channel.svg |
- |
| bitHound: | -https://img.shields.io/bithound/devDependencies/github/rexxars/sse-channel.svg |
- |
| CocoaPods: | -https://img.shields.io/cocoapods/at/AFNetworking.svg |
- |
| CocoaPods: | -https://img.shields.io/cocoapods/aw/AFNetworking.svg |
- |
| CocoaPods: | -https://img.shields.io/cocoapods/p/AFNetworking.svg |
- |
| CocoaPods: | -https://img.shields.io/cocoapods/metrics/doc-percent/AFNetworking.svg |
- |
| Conda: | -https://img.shields.io/conda/pn/conda-forge/python.svg |
- |
| Ansible Role: | -https://img.shields.io/ansible/role/3078.svg |
- |
| StackExchange: | -https://img.shields.io/stackexchange/tex/r/951.svg |
- |
| StackExchange: | -https://img.shields.io/stackexchange/stackoverflow/t/augeas.svg |
- |
| Issue Stats: | -https://img.shields.io/issuestats/i/github/expressjs/express.svg |
- |
| (long form): | -- | https://img.shields.io/issuestats/i/long/github/expressjs/express.svg |
-
| Issue Stats: | -https://img.shields.io/issuestats/p/github/expressjs/express.svg |
- |
| (long form): | -- | https://img.shields.io/issuestats/p/long/github/expressjs/express.svg |
-
| Libraries.io for releases: | -https://img.shields.io/librariesio/release/hex/phoenix/1.0.3.svg |
- |
| Libraries.io for GitHub: | -https://img.shields.io/librariesio/github/phoenixframework/phoenix.svg |
- |
| NetflixOSS Lifecycle: | -https://img.shields.io/osslifecycle/Netflix/osstracker.svg |
- |
| Sourcegraph for Repo Reference Count: | -https://img.shields.io/sourcegraph/rrc/github.com/gorilla/mux.svg |
-
Build
+| Travis: | +
+ |
+ https://img.shields.io/travis/USER/REPO.svg |
+
|---|---|---|
| Travis branch: | +
+ |
+ https://img.shields.io/travis/USER/REPO/BRANCH.svg |
+
| Wercker: | +
+ |
+ https://img.shields.io/wercker/ci/wercker/docs.svg |
+
| TeamCity CodeBetter: | +
+ |
+ https://img.shields.io/teamcity/codebetter/bt428.svg |
+
| TeamCity (simple build status): | +
+ |
+ https://img.shields.io/teamcity/http/teamcity.jetbrains.com/s/bt345.svg |
+
| (full build status): | ++ | https://img.shields.io/teamcity/http/teamcity.jetbrains.com/e/bt345.svg |
+
| AppVeyor: | +
+ |
+ https://img.shields.io/appveyor/ci/gruntjs/grunt.svg |
+
| AppVeyor branch: | +
+ |
+ https://img.shields.io/appveyor/ci/gruntjs/grunt/master.svg |
+
| AppVeyor tests: | +
+ |
+ https://img.shields.io/appveyor/tests/NZSmartie/coap-net-iu0to.svg |
+
| AppVeyor tests branch: | +
+ |
+ https://img.shields.io/appveyor/tests/NZSmartie/coap-net-iu0to.svg |
+
| Codeship: | +
+ |
+ https://img.shields.io/codeship/d6c1ddd0-16a3-0132-5f85-2e35c05e22b1.svg |
+
| Codeship: | +
+ |
+ https://img.shields.io/codeship/d6c1ddd0-16a3-0132-5f85-2e35c05e22b1/master.svg |
+
| Magnum CI: | +
+ |
+ https://img.shields.io/magnumci/ci/96ffb83fa700f069024921b0702e76ff.svg |
+
| Magnum CI: | +
+ |
+ https://img.shields.io/magnumci/ci/96ffb83fa700f069024921b0702e76ff/new-meta.svg |
+
| CircleCI: | +
+ |
+ https://img.shields.io/circleci/project/github/RedSparr0w/node-csgo-parser.svg |
+
| CircleCI branch: | +
+ |
+ https://img.shields.io/circleci/project/github/RedSparr0w/node-csgo-parser/master.svg |
+
| CircleCI token: | +
+ |
+ https://img.shields.io/circleci/token/YOURTOKEN/project/github/RedSparr0w/node-csgo-parser/master.svg |
+
| Visual Studio Team services: | +
+ |
+ https://img.shields.io/vso/build/larsbrinkhoff/953a34b9-5966-4923-a48a-c41874cfb5f5/1.svg |
+
| Shippable: | +
+ |
+ https://img.shields.io/shippable/5444c5ecb904a4b21567b0ff.svg |
+
| Shippable branch: | +
+ |
+ https://img.shields.io/shippable/5444c5ecb904a4b21567b0ff/master.svg |
+
| Snap CI branch: | +
+ |
+ https://img.shields.io/snap-ci/ThoughtWorksStudios/eb_deployer/master.svg |
+
| Jenkins: | +
+ |
+ https://img.shields.io/jenkins/s/https/jenkins.qa.ubuntu.com/view/Precise/view/All%20Precise/job/precise-desktop-amd64_default.svg |
+
| Jenkins tests: | +
+ |
+ https://img.shields.io/jenkins/t/https/jenkins.qa.ubuntu.com/view/Precise/view/All%20Precise/job/precise-desktop-amd64_default.svg |
+
| Jenkins coverage: | +
+ |
+ https://img.shields.io/jenkins/c/https/jenkins.qa.ubuntu.com/view/Utopic/view/All/job/address-book-service-utopic-i386-ci.svg |
+
| Coveralls github: | +
+ |
+ https://img.shields.io/coveralls/github/jekyll/jekyll.svg |
+
| Coveralls github branch: | +
+ |
+ https://img.shields.io/coveralls/github/jekyll/jekyll/master.svg |
+
| Coveralls bitbucket: | +
+ |
+ https://img.shields.io/coveralls/bitbucket/pyKLIP/pyklip.svg |
+
| Coveralls bitbucket branch: | +
+ |
+ https://img.shields.io/coveralls/bitbucket/pyKLIP/pyklip/master.svg |
+
| SonarQube Coverage: | +
+ |
+ https://img.shields.io/sonar/http/sonar.qatools.ru/ru.yandex.qatools.allure:allure-core/coverage.svg |
+
| SonarQube Tech Debt: | +
+ |
+ https://img.shields.io/sonar/http/sonar.qatools.ru/ru.yandex.qatools.allure:allure-core/tech_debt.svg |
+
| TeamCity CodeBetter Coverage: | +
+ |
+ https://img.shields.io/teamcity/coverage/bt1242.svg |
+
| Scrutinizer: | +
+ |
+ https://img.shields.io/scrutinizer/g/filp/whoops.svg |
+
| Scrutinizer Coverage: | +
+ |
+ https://img.shields.io/scrutinizer/coverage/g/filp/whoops.svg |
+
| Scrutinizer branch: | +
+ |
+ https://img.shields.io/scrutinizer/coverage/g/phpmyadmin/phpmyadmin/master.svg |
+
| Scrutinizer Build: | +
+ |
+ https://img.shields.io/scrutinizer/build/g/filp/whoops.svg |
+
| Codecov: | +
+ |
+ https://img.shields.io/codecov/c/github/codecov/example-python.svg |
+
| Codecov branch: | +
+ |
+ https://img.shields.io/codecov/c/github/codecov/example-python/master.svg |
+
| Codecov private: | +
+ |
+ https://img.shields.io/codecov/c/token/YOURTOKEN/github/codecov/example-python.svg |
+
| Coverity Scan: | +
+ |
+ https://img.shields.io/coverity/scan/3997.svg |
+
| Coverity Code Advisor On Demand Stream Badge: | +
+ |
+ https://img.shields.io/coverity/ondemand/streams/STREAM.svg |
+
| Coverity Code Advisor On Demand Job Badge: | +
+ |
+ https://img.shields.io/coverity/ondemand/jobs/JOB.svg |
+
| HHVM: | +
+ |
+ https://img.shields.io/hhvm/symfony/symfony.svg |
+
| HHVM (branch): | +
+ |
+ https://img.shields.io/hhvm/symfony/symfony/master.svg |
+
| SensioLabs Insight: | +
+ |
+ https://img.shields.io/sensiolabs/i/45afb680-d4e6-4e66-93ea-bcfa79eb8a87.svg |
+
| Dockbit: | +
+ |
+ https://img.shields.io/dockbit/ORGANIZATION_NAME/PIPELINE_NAME.svg?token=PIPELINE_TOKEN |
+
| continuousphp: | +
+ |
+ https://img.shields.io/continuousphp/git-hub/doctrine/dbal/master.svg |
+
| Read the Docs: | +
+ |
+ https://img.shields.io/readthedocs/pip.svg |
+
| Read the Docs (version): | +
+ |
+ https://img.shields.io/readthedocs/pip/stable.svg |
+
Downloads
+| Github All Releases: | +
+ |
+ https://img.shields.io/github/downloads/atom/atom/total.svg |
+
|---|---|---|
| Github Releases: | +
+ |
+ https://img.shields.io/github/downloads/atom/atom/latest/total.svg |
+
| Github Pre-Releases: | +
+ |
+ https://img.shields.io/github/downloads-pre/atom/atom/latest/total.svg |
+
| Github Releases (by Release): | +
+ |
+ https://img.shields.io/github/downloads/atom/atom/v0.190.0/total.svg |
+
| Github Releases (by Asset): | +
+ |
+ https://img.shields.io/github/downloads/atom/atom/latest/atom-amd64.deb.svg |
+
| Github Pre-Releases (by Asset): | +
+ |
+ https://img.shields.io/github/downloads-pre/atom/atom/latest/atom-amd64.deb.svg |
+
| npm: | +
+ |
+ https://img.shields.io/npm/dw/localeval.svg |
+
| npm: | +
+ |
+ https://img.shields.io/npm/dm/localeval.svg |
+
| npm: | +
+ |
+ https://img.shields.io/npm/dy/localeval.svg |
+
| npm: | +
+ |
+ https://img.shields.io/npm/dt/express.svg |
+
| Gem: | +
+ |
+ https://img.shields.io/gem/dv/rails/stable.svg |
+
| Gem: | +
+ |
+ https://img.shields.io/gem/dv/rails/4.1.0.svg |
+
| Gem: | +
+ |
+ https://img.shields.io/gem/dtv/rails.svg |
+
| Gem: | +
+ |
+ https://img.shields.io/gem/dt/rails.svg |
+
| Chocolatey: | +
+ |
+ https://img.shields.io/chocolatey/dt/scriptcs.svg |
+
| NuGet: | +
+ |
+ https://img.shields.io/nuget/dt/Microsoft.AspNetCore.Mvc.svg |
+
| MyGet: | +
+ |
+ https://img.shields.io/myget/mongodb/dt/MongoDB.Driver.Core.svg |
+
| MyGet tenant: | +
+ |
+ https://img.shields.io/dotnet.myget/dotnet-coreclr/dt/Microsoft.DotNet.CoreCLR.svg |
+
| PowerShell Gallery: | +
+ |
+ https://img.shields.io/powershellgallery/dt/ACMESharp.svg |
+
| PyPI: | +
+ |
+ https://img.shields.io/pypi/dm/Django.svg |
+
| PyPI: | +
+ |
+ https://img.shields.io/pypi/dw/Django.svg |
+
| PyPI: | +
+ |
+ https://img.shields.io/pypi/dd/Django.svg |
+
| Conda: | +
+ |
+ https://img.shields.io/conda/dn/conda-forge/python.svg |
+
| Crates.io: | +
+ |
+ https://img.shields.io/crates/d/rustc-serialize.svg |
+
| Crates.io: | +
+ |
+ https://img.shields.io/crates/dv/rustc-serialize.svg |
+
| Packagist: | +
+ |
+ https://img.shields.io/packagist/dm/doctrine/orm.svg |
+
| Packagist: | +
+ |
+ https://img.shields.io/packagist/dd/doctrine/orm.svg |
+
| Packagist: | +
+ |
+ https://img.shields.io/packagist/dt/doctrine/orm.svg |
+
| Hex.pm: | +
+ |
+ https://img.shields.io/hexpm/dw/plug.svg |
+
| Hex.pm: | +
+ |
+ https://img.shields.io/hexpm/dd/plug.svg |
+
| Hex.pm: | +
+ |
+ https://img.shields.io/hexpm/dt/plug.svg |
+
| WordPress plugin: | +
+ |
+ https://img.shields.io/wordpress/plugin/dt/akismet.svg |
+
| WordPress theme: | +
+ |
+ https://img.shields.io/wordpress/theme/dt/hestia.svg |
+
| SourceForge: | +
+ |
+ https://img.shields.io/sourceforge/dm/sevenzip.svg |
+
| SourceForge: | +
+ |
+ https://img.shields.io/sourceforge/dw/sevenzip.svg |
+
| SourceForge: | +
+ |
+ https://img.shields.io/sourceforge/dd/sevenzip.svg |
+
| SourceForge: | +
+ |
+ https://img.shields.io/sourceforge/dt/sevenzip.svg |
+
| SourceForge: | +
+ |
+ https://img.shields.io/sourceforge/dt/arianne/stendhal.svg |
+
| apm: | +
+ |
+ https://img.shields.io/apm/dm/vim-mode.svg |
+
| Puppet Forge: | +
+ |
+ https://img.shields.io/puppetforge/dt/camptocamp/openldap.svg |
+
| DUB: | +
+ |
+ https://img.shields.io/dub/dd/vibe-d.svg |
+
| DUB: | +
+ |
+ https://img.shields.io/dub/dw/vibe-d.svg |
+
| DUB: | +
+ |
+ https://img.shields.io/dub/dm/vibe-d/latest.svg |
+
| DUB: | +
+ |
+ https://img.shields.io/dub/dt/vibe-d/0.7.23.svg |
+
| Package Control: | +
+ |
+ https://img.shields.io/packagecontrol/dm/GitGutter.svg |
+
| Package Control: | +
+ |
+ https://img.shields.io/packagecontrol/dw/GitGutter.svg |
+
| Package Control: | +
+ |
+ https://img.shields.io/packagecontrol/dd/GitGutter.svg |
+
| Package Control: | +
+ |
+ https://img.shields.io/packagecontrol/dt/GitGutter.svg |
+
| Website: | +
+ |
+ https://img.shields.io/website-up-down-green-red/http/shields.io.svg?label=my-website |
+
| CocoaPods: | +
+ |
+ https://img.shields.io/cocoapods/dt/AFNetworking.svg |
+
| CocoaPods: | +
+ |
+ https://img.shields.io/cocoapods/dm/AFNetworking.svg |
+
| CocoaPods: | +
+ |
+ https://img.shields.io/cocoapods/dw/AFNetworking.svg |
+
| Mozilla Add-on: | +
+ |
+ https://img.shields.io/amo/d/dustman.svg |
+
| Visual Studio Marketplace: | +
+ |
+ https://img.shields.io/vscode-marketplace/d/ritwickdey.LiveServer.svg |
+
| Eclipse Marketplace: | +
+ |
+ https://img.shields.io/eclipse-marketplace/dt/notepad4e.svg |
+
| Eclipse Marketplace: | +
+ |
+ https://img.shields.io/eclipse-marketplace/dm/notepad4e.svg |
+
| JetBrains plugins: | +
+ |
+ https://img.shields.io/jetbrains/plugin/d/1347-scala.svg |
+
| Ansible Role: | +
+ |
+ https://img.shields.io/ansible/role/d/3078.svg |
+
Version
+| CDNJS: | +
+ |
+ https://img.shields.io/cdnjs/v/jquery.svg |
+
|---|---|---|
| npm: | +
+ |
+ https://img.shields.io/npm/v/npm.svg |
+
| npm (scoped): | +
+ |
+ https://img.shields.io/npm/v/@cycle/core.svg |
+
| npm (tag): | +
+ |
+ https://img.shields.io/npm/v/npm/next.svg |
+
| npm (scoped with tag): | +
+ |
+ https://img.shields.io/npm/v/@cycle/core/canary.svg |
+
| node: | +
+ |
+ https://img.shields.io/node/v/passport.svg |
+
| node (scoped): | +
+ |
+ https://img.shields.io/node/v/@stdlib/stdlib.svg |
+
| node (tag): | +
+ |
+ https://img.shields.io/node/v/passport/latest.svg |
+
| node (scoped with tag): | +
+ |
+ https://img.shields.io/node/v/@stdlib/stdlib/latest.svg |
+
| PyPI: | +
+ |
+ https://img.shields.io/pypi/v/nine.svg |
+
| Conda: | +
+ |
+ https://img.shields.io/conda/v/conda-forge/python.svg |
+
| Conda (channel only): | +
+ |
+ https://img.shields.io/conda/vn/conda-forge/python.svg |
+
| Gem: | +
+ |
+ https://img.shields.io/gem/v/formatador.svg |
+
| LuaRocks: | +
+ |
+ https://img.shields.io/luarocks/v/mpeterv/luacheck.svg |
+
| Hackage: | +
+ |
+ https://img.shields.io/hackage/v/lens.svg |
+
| Crates.io: | +
+ |
+ https://img.shields.io/crates/v/rustc-serialize.svg |
+
| Packagist: | +
+ |
+ https://img.shields.io/packagist/v/symfony/symfony.svg |
+
| Packagist Pre Release: | +
+ |
+ https://img.shields.io/packagist/vpre/symfony/symfony.svg |
+
| Bintray: | +
+ |
+ https://img.shields.io/bintray/v/asciidoctor/maven/asciidoctorj.svg |
+
| Clojars: | +
+ |
+ https://img.shields.io/clojars/v/prismic.svg |
+
| CocoaPods: | +
+ |
+ https://img.shields.io/cocoapods/v/AFNetworking.svg |
+
| Bower: | +
+ |
+ https://img.shields.io/bower/v/bootstrap.svg |
+
| Bower Pre Release: | +
+ |
+ https://img.shields.io/bower/vpre/bootstrap.svg |
+
| Pub: | +
+ |
+ https://img.shields.io/pub/v/box2d.svg |
+
| Hex.pm: | +
+ |
+ https://img.shields.io/hexpm/v/plug.svg |
+
| GitHub tag: | +
+ |
+ https://img.shields.io/github/tag/expressjs/express.svg |
+
| GitHub package version: | +
+ |
+ https://img.shields.io/github/package-json/v/badges/shields.svg |
+
| GitHub manifest version: | +
+ |
+ https://img.shields.io/github/manifest-json/v/RedSparr0w/IndieGala-Helper.svg |
+
| GitHub release: | +
+ |
+ https://img.shields.io/github/release/qubyte/rubidium.svg |
+
| GitHub (pre-)release: | +
+ |
+ https://img.shields.io/github/release/qubyte/rubidium/all.svg |
+
| GitHub commits: | +
+ |
+ https://img.shields.io/github/commits-since/SubtitleEdit/subtitleedit/3.4.7.svg |
+
| Github commits (since latest release): | +
+ |
+ https://img.shields.io/github/commits-since/SubtitleEdit/subtitleedit/latest.svg |
+
| Chef cookbook: | +
+ |
+ https://img.shields.io/cookbook/v/chef-sugar.svg |
+
| NuGet: | +
+ |
+ https://img.shields.io/nuget/v/Nuget.Core.svg |
+
| NuGet Pre Release: | +
+ |
+ https://img.shields.io/nuget/vpre/Microsoft.AspNet.Mvc.svg |
+
| MyGet: | +
+ |
+ https://img.shields.io/myget/mongodb/v/MongoDB.Driver.Core.svg |
+
| MyGet Pre Release: | +
+ |
+ https://img.shields.io/myget/yolodev/vpre/YoloDev.Dnx.FSharp.svg |
+
| MyGet tenant: | +
+ |
+ https://img.shields.io/dotnet.myget/dotnet-coreclr/v/Microsoft.DotNet.CoreCLR.svg |
+
| Chocolatey: | +
+ |
+ https://img.shields.io/chocolatey/v/git.svg |
+
| PowerShell Gallery: | +
+ |
+ https://img.shields.io/powershellgallery/v/Zyborg.Vault.svg |
+
| Puppet Forge: | +
+ |
+ https://img.shields.io/puppetforge/v/vStone/percona.svg |
+
| Maven Central: | +
+ |
+ https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg |
+
| Maven Central with version prefix filter: | +
+ |
+ https://img.shields.io/maven-central/v/org.apache.maven/apache-maven/2.svg |
+
| Sonatype Nexus (Releases): | +
+ |
+ https://img.shields.io/nexus/r/https/oss.sonatype.org/com.google.guava/guava.svg |
+
| Sonatype Nexus (Snapshots): | +
+ |
+ https://img.shields.io/nexus/s/https/oss.sonatype.org/com.google.guava/guava.svg |
+
| WordPress plugin: | +
+ |
+ https://img.shields.io/wordpress/plugin/v/akismet.svg |
+
| WordPress: | +
+ |
+ https://img.shields.io/wordpress/v/akismet.svg |
+
| apm: | +
+ |
+ https://img.shields.io/apm/v/vim-mode.svg |
+
| CPAN: | +
+ |
+ https://img.shields.io/cpan/v/Config-Augeas.svg |
+
| CRAN: | +
+ |
+ https://img.shields.io/cran/v/devtools.svg |
+
| CRAN: | +
+ |
+ https://img.shields.io/cran/l/devtools.svg |
+
| CTAN: | +
+ |
+ https://img.shields.io/ctan/v/tex.svg |
+
| DUB: | +
+ |
+ https://img.shields.io/dub/v/vibe-d.svg |
+
| AUR: | +
+ |
+ https://img.shields.io/aur/version/yaourt.svg |
+
| Chrome Web Store: | +
+ |
+ https://img.shields.io/chrome-web-store/v/nimelepbpejjlbmoobocpfnjhihnpked.svg |
+
| homebrew: | +
+ |
+ https://img.shields.io/homebrew/v/cake.svg |
+
| Mozilla Add-on: | +
+ |
+ https://img.shields.io/amo/v/dustman.svg |
+
| Visual Studio Marketplace: | +
+ |
+ https://img.shields.io/vscode-marketplace/v/ritwickdey.LiveServer.svg |
+
| Eclipse Marketplace: | +
+ |
+ https://img.shields.io/eclipse-marketplace/v/notepad4e.svg |
+
| Itunes App Store: | +
+ |
+ https://img.shields.io/itunes/v/BUNDLE_ID.svg |
+
| JitPack: | +
+ |
+ https://img.shields.io/jitpack/v/jitpack/maven-simple.svg |
+
| Jenkins Plugins: | +
+ |
+ https://img.shields.io/jenkins/plugin/v/blueocean.svg |
+
Social
+| GitHub forks: | +
+ |
+ https://img.shields.io/github/forks/badges/shields.svg?style=social&label=Fork |
+
|---|---|---|
| GitHub stars: | +
+ |
+ https://img.shields.io/github/stars/badges/shields.svg?style=social&label=Stars |
+
| GitHub watchers: | +
+ |
+ https://img.shields.io/github/watchers/badges/shields.svg?style=social&label=Watch |
+
| GitHub followers: | +
+ |
+ https://img.shields.io/github/followers/espadrine.svg?style=social&label=Follow |
+
| Twitter URL: | +
+ |
+ https://img.shields.io/twitter/url/http/shields.io.svg?style=social |
+
| Twitter Follow: | +
+ |
+ https://img.shields.io/twitter/follow/espadrine.svg?style=social&label=Follow |
+
Miscellaneous
+| Gratipay: | +
+ |
+ https://img.shields.io/gratipay/project/shields.svg |
+
|---|---|---|
| Bountysource: | +
+ |
+ https://img.shields.io/bountysource/team/mozilla-core/activity.svg |
+
| Beerpay: | +
+ |
+ https://img.shields.io/beerpay/hashdog/scrapfy-chrome-extension.svg |
+
| Code Climate: | +
+ |
+ https://img.shields.io/codeclimate/github/kabisaict/flow.svg |
+
| Code Climate: | +
+ |
+ https://img.shields.io/codeclimate/coverage/github/triAGENS/ashikawa-core.svg |
+
| Code Climate: | +
+ |
+ https://img.shields.io/codeclimate/issues/github/me-and/mdf.svg |
+
| Codetally: | +
+ |
+ https://img.shields.io/codetally/triggerman722/colorstrap.svg |
+
| bitHound: | +
+ |
+ https://img.shields.io/bithound/code/github/rexxars/sse-channel.svg |
+
| Gemnasium: | +
+ |
+ https://img.shields.io/gemnasium/mathiasbynens/he.svg |
+
| Hackage-Deps: | +
+ |
+ https://img.shields.io/hackage-deps/v/lens.svg |
+
| Crates.io: | +
+ |
+ https://img.shields.io/crates/l/rustc-serialize.svg |
+
| Requires.io: | +
+ |
+ https://img.shields.io/requires/github/celery/celery.svg |
+
| VersionEye: | +
+ |
+ https://img.shields.io/versioneye/d/ruby/rails.svg |
+
| Packagist: | +
+ |
+ https://img.shields.io/packagist/l/doctrine/orm.svg |
+
| npm: | +
+ |
+ https://img.shields.io/npm/l/express.svg |
+
| apm: | +
+ |
+ https://img.shields.io/apm/l/vim-mode.svg |
+
| Bower: | +
+ |
+ https://img.shields.io/bower/l/bootstrap.svg |
+
| PyPI: | +
+ |
+ https://img.shields.io/pypi/l/Django.svg |
+
| PyPI: | +
+ |
+ https://img.shields.io/pypi/wheel/Django.svg |
+
| PyPI: | +
+ |
+ https://img.shields.io/pypi/format/Django.svg |
+
| PyPI: | +
+ |
+ https://img.shields.io/pypi/pyversions/Django.svg |
+
| PyPI: | +
+ |
+ https://img.shields.io/pypi/implementation/Django.svg |
+
| PyPI: | +
+ |
+ https://img.shields.io/pypi/status/Django.svg |
+
| Hex.pm: | +
+ |
+ https://img.shields.io/hexpm/l/plug.svg |
+
| CocoaPods: | +
+ |
+ https://img.shields.io/cocoapods/l/AFNetworking.svg |
+
| CPAN: | +
+ |
+ https://img.shields.io/cpan/l/Config-Augeas.svg |
+
| CTAN: | +
+ |
+ https://img.shields.io/ctan/l/novel.svg |
+
| Wheelmap: | +
+ |
+ https://img.shields.io/wheelmap/a/2323004600.svg |
+
| GitHub issues: | +
+ |
+ https://img.shields.io/github/issues/badges/shields.svg |
+
| : | +
+ |
+ https://img.shields.io/github/issues-raw/badges/shields.svg |
+
| GitHub pull requests: | +
+ |
+ https://img.shields.io/github/issues-pr/cdnjs/cdnjs.svg |
+
| : | +
+ |
+ https://img.shields.io/github/issues-pr-raw/cdnjs/cdnjs.svg |
+
| GitHub closed issues: | +
+ |
+ https://img.shields.io/github/issues-closed/badges/shields.svg |
+
| : | +
+ |
+ https://img.shields.io/github/issues-closed-raw/badges/shields.svg |
+
| GitHub closed pull requests: | +
+ |
+ https://img.shields.io/github/issues-pr-closed/cdnjs/cdnjs.svg |
+
| : | +
+ |
+ https://img.shields.io/github/issues-pr-closed/cdnjs/cdnjs.svg |
+
| GitHub issues by-label: | +
+ |
+ https://img.shields.io/github/issues/badges/shields/service-badge.svg |
+
| : | +
+ |
+ https://img.shields.io/github/issues-raw/badges/shields/service-badge.svg |
+
| GitHub pull requests by-label: | +
+ |
+ https://img.shields.io/github/issues-pr/badges/shields/service-badge.svg |
+
| : | +
+ |
+ https://img.shields.io/github/issues-pr-raw/badges/shields/service-badge.svg |
+
| GitHub issue state: | +
+ |
+ https://img.shields.io/github/issues/detail/badges/shields/979.svg |
+
| GitHub issue title: | +
+ |
+ https://img.shields.io/github/issues/detail/s/badges/shields/979.svg |
+
| GitHub issue author: | +
+ |
+ https://img.shields.io/github/issues/detail/u/badges/shields/979.svg |
+
| GitHub issue label: | +
+ |
+ https://img.shields.io/github/issues/detail/label/badges/shields/979.svg |
+
| GitHub issue comments: | +
+ |
+ https://img.shields.io/github/issues/detail/comments/badges/shields/979.svg |
+
| GitHub issue age: | +
+ |
+ https://img.shields.io/github/issues/detail/age/badges/shields/979.svg |
+
| GitHub issue last update: | +
+ |
+ https://img.shields.io/github/issues/detail/last-update/badges/shields/979.svg |
+
| GitHub Release Date: | +
+ |
+ https://img.shields.io/github/release-date/SubtitleEdit/subtitleedit.svg |
+
| GitHub (Pre-)Release Date: | +
+ |
+ https://img.shields.io/github/release-date-pre/Cockatrice/Cockatrice.svg |
+
| GitHub pull request check state: | +
+ |
+ https://img.shields.io/github/status/s/pulls/badges/shields/1110.svg |
+
| GitHub pull request check contexts: | +
+ |
+ https://img.shields.io/github/status/contexts/pulls/badges/shields/1110.svg |
+
| GitHub contributors: | +
+ |
+ https://img.shields.io/github/contributors/cdnjs/cdnjs.svg |
+
| license: | +
+ |
+ https://img.shields.io/github/license/mashape/apistatus.svg |
+
| Github file size: | +
+ |
+ https://img.shields.io/github/size/webcaetano/craft/build/phaser-craft.min.js.svg |
+
| Github search hit counter: | +
+ |
+ https://img.shields.io/github/search/torvalds/linux/goto.svg |
+
| GitHub commit activity the past week, 4 weeks, year: | +
+ |
+ https://img.shields.io/github/commit-activity/y/eslint/eslint.svg |
+
| GitHub last commit: | +
+ |
+ https://img.shields.io/github/commits/google/skia/last.svg |
+
| GitHub last commit (branch): | +
+ |
+ https://img.shields.io/github/commits/google/skia/infra/config/last.svg |
+
| GitHub top language: | +
+ |
+ https://img.shields.io/github/languages/top/badges/shields.svg |
+
| GitHub language count: | +
+ |
+ https://img.shields.io/github/languages/count/badges/shields.svg |
+
| GitHub code size in bytes: | +
+ |
+ https://img.shields.io/github/languages/code-size/badges/shields.svg |
+
| GitHub repo size in bytes: | +
+ |
+ https://img.shields.io/github/repo-size/badges/shields.svg |
+
| Bitbucket issues: | +
+ |
+ https://img.shields.io/bitbucket/issues/atlassian/python-bitbucket.svg |
+
| : | +
+ |
+ https://img.shields.io/bitbucket/issues-raw/atlassian/python-bitbucket.svg |
+
| Bitbucket open pull requests: | +
+ |
+ https://img.shields.io/bitbucket/pr/osrf/gazebo.svg |
+
| : | +
+ |
+ https://img.shields.io/bitbucket/pr-raw/osrf/gazebo.svg |
+
| WordPress plugin rating: | +
+ |
+ https://img.shields.io/wordpress/plugin/r/akismet.svg |
+
| WordPress theme rating: | +
+ |
+ https://img.shields.io/wordpress/theme/r/hestia.svg |
+
| Codacy grade: | +
+ |
+ https://img.shields.io/codacy/grade/e27821fb6289410b8f58338c7e0bc686.svg |
+
| Codacy branch grade: | +
+ |
+ https://img.shields.io/codacy/grade/e27821fb6289410b8f58338c7e0bc686/master.svg |
+
| Codacy coverage: | +
+ |
+ https://img.shields.io/codacy/coverage/c44df2d9c89a4809896914fd1a40bedd.svg |
+
| Codacy branch coverage: | +
+ |
+ https://img.shields.io/codacy/coverage/c44df2d9c89a4809896914fd1a40bedd/master.svg |
+
| Cauditor: | +
+ |
+ https://img.shields.io/cauditor/mi/matthiasmullie/scrapbook/master.svg |
+
| Libscore: | +
+ |
+ https://img.shields.io/libscore/s/jQuery.svg |
+
| Puppet Forge: | +
+ |
+ https://img.shields.io/puppetforge/e/camptocamp/openssl.svg |
+
| Puppet Forge: | +
+ |
+ https://img.shields.io/puppetforge/f/camptocamp/openssl.svg |
+
| Puppet Forge: | +
+ |
+ https://img.shields.io/puppetforge/rc/camptocamp.svg |
+
| Puppet Forge: | +
+ |
+ https://img.shields.io/puppetforge/mc/camptocamp.svg |
+
| Gems: | +
+ |
+ https://img.shields.io/gem/u/raphink.svg |
+
| Gems: | +
+ |
+ https://img.shields.io/gem/rt/puppet.svg |
+
| Gems: | +
+ |
+ https://img.shields.io/gem/rd/facter.svg |
+
| DUB: | +
+ |
+ https://img.shields.io/dub/l/vibe-d.svg |
+
| Docker Stars: | +
+ |
+ https://img.shields.io/docker/stars/_/ubuntu.svg |
+
| Docker Pulls: | +
+ |
+ https://img.shields.io/docker/pulls/mashape/kong.svg |
+
| Docker Automated build: | +
+ |
+ https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg |
+
| Docker Build Status: | +
+ |
+ https://img.shields.io/docker/build/jrottenberg/ffmpeg.svg |
+
| ImageLayers Size: | +
+ |
+ https://img.shields.io/imagelayers/image-size/_/ubuntu/latest.svg |
+
| ImageLayers Layers: | +
+ |
+ https://img.shields.io/imagelayers/layers/_/ubuntu/latest.svg |
+
| Gitter: | +
+ |
+ https://img.shields.io/gitter/room/nwjs/nw.js.svg |
+
| JIRA issue: | +
+ |
+ https://img.shields.io/jira/issue/https/issues.apache.org/jira/KAFKA-2896.svg |
+
| JIRA sprint completion: | +
+ |
+ https://img.shields.io/jira/sprint/https/jira.spring.io/94.svg |
+
| Maintenance: | +
+ |
+ https://img.shields.io/maintenance/yes/2017.svg |
+
| AUR: | +
+ |
+ https://img.shields.io/aur/license/yaourt.svg |
+
| Waffle.io: | +
+ |
+ https://img.shields.io/waffle/label/evancohen/smart-mirror/in%20progress.svg |
+
| Chrome Web Store: | +
+ |
+ https://img.shields.io/chrome-web-store/users/nimelepbpejjlbmoobocpfnjhihnpked.svg |
+
| Chrome Web Store: | +
+ |
+ https://img.shields.io/chrome-web-store/price/nimelepbpejjlbmoobocpfnjhihnpked.svg |
+
| Chrome Web Store: | +
+ |
+ https://img.shields.io/chrome-web-store/rating/nimelepbpejjlbmoobocpfnjhihnpked.svg |
+
| Chrome Web Store: | +
+ |
+ https://img.shields.io/chrome-web-store/stars/nimelepbpejjlbmoobocpfnjhihnpked.svg |
+
| Chrome Web Store: | +
+ |
+ https://img.shields.io/chrome-web-store/rating-count/nimelepbpejjlbmoobocpfnjhihnpked.svg |
+
| AUR: | +
+ |
+ https://img.shields.io/aur/votes/yaourt.svg |
+
| Mozilla Add-on: | +
+ |
+ https://img.shields.io/amo/users/dustman.svg |
+
| Mozilla Add-on: | +
+ |
+ https://img.shields.io/amo/rating/dustman.svg |
+
| Mozilla Add-on: | +
+ |
+ https://img.shields.io/amo/stars/dustman.svg |
+
| Swagger Validator: | +
+ |
+ https://img.shields.io/swagger/valid/2.0/https/bitbucket.org/api/swagger.json.svg |
+
| Uptime Robot status: | +
+ |
+ https://img.shields.io/uptimerobot/status/m778918918-3e92c097147760ee39d02d36.svg |
+
| Uptime Robot ratio: | +
+ |
+ https://img.shields.io/uptimerobot/ratio/m778918918-3e92c097147760ee39d02d36.svg |
+
| Uptime Robot ratio (7 days): | +
+ |
+ https://img.shields.io/uptimerobot/ratio/7/m778918918-3e92c097147760ee39d02d36.svg |
+
| Discord: | +
+ |
+ https://img.shields.io/discord/102860784329052160.svg |
+
| Visual Studio Marketplace: | +
+ |
+ https://img.shields.io/vscode-marketplace/r/ritwickdey.LiveServer.svg |
+
| Eclipse Marketplace: | +
+ |
+ https://img.shields.io/eclipse-marketplace/favorites/notepad4e.svg |
+
Longer Miscellaneous
+| David: | +
+ |
+ https://img.shields.io/david/expressjs/express.svg |
+
|---|---|---|
| David: | +
+ |
+ https://img.shields.io/david/dev/expressjs/express.svg |
+
| David: | +
+ |
+ https://img.shields.io/david/optional/elnounch/byebye.svg |
+
| David: | +
+ |
+ https://img.shields.io/david/peer/webcomponents/generator-element.svg |
+
| .Net Status (GitHub): | +
+ |
+ https://img.shields.io/dotnetstatus/gh/jaredcnance/dotnet-status/API.svg |
+
| bitHound: | +
+ |
+ https://img.shields.io/bithound/dependencies/github/rexxars/sse-channel.svg |
+
| bitHound: | +
+ |
+ https://img.shields.io/bithound/devDependencies/github/rexxars/sse-channel.svg |
+
| CocoaPods: | +
+ |
+ https://img.shields.io/cocoapods/at/AFNetworking.svg |
+
| CocoaPods: | +
+ |
+ https://img.shields.io/cocoapods/aw/AFNetworking.svg |
+
| CocoaPods: | +
+ |
+ https://img.shields.io/cocoapods/p/AFNetworking.svg |
+
| CocoaPods: | +
+ |
+ https://img.shields.io/cocoapods/metrics/doc-percent/AFNetworking.svg |
+
| Conda: | +
+ |
+ https://img.shields.io/conda/pn/conda-forge/python.svg |
+
| Ansible Role: | +
+ |
+ https://img.shields.io/ansible/role/3078.svg |
+
| StackExchange: | +
+ |
+ https://img.shields.io/stackexchange/tex/r/951.svg |
+
| StackExchange: | +
+ |
+ https://img.shields.io/stackexchange/stackoverflow/t/augeas.svg |
+
| Issue Stats: | +
+ |
+ https://img.shields.io/issuestats/i/github/expressjs/express.svg |
+
| (long form): | ++ | https://img.shields.io/issuestats/i/long/github/expressjs/express.svg |
+
| Issue Stats: | +
+ |
+ https://img.shields.io/issuestats/p/github/expressjs/express.svg |
+
| (long form): | ++ | https://img.shields.io/issuestats/p/long/github/expressjs/express.svg |
+
| Libraries.io for releases: | +
+ |
+ https://img.shields.io/librariesio/release/hex/phoenix/1.0.3.svg |
+
| Libraries.io for GitHub: | +
+ |
+ https://img.shields.io/librariesio/github/phoenixframework/phoenix.svg |
+
| NetflixOSS Lifecycle: | +
+ |
+ https://img.shields.io/osslifecycle/Netflix/osstracker.svg |
+
| Sourcegraph for Repo Reference Count: | +
+ |
+ https://img.shields.io/sourcegraph/rrc/github.com/gorilla/mux.svg |
+
+
+