donandren / sublime-badges

Snippets to quickly insert Shield.io badges into HTML, Markdown, reStructuredText or Textile documents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Badges for Sublime Text

The MIT License Package Control GitHub release Travis

Snippets to quickly insert Shield.io badges into HTML, Markdown, reStructuredText or Textile documents — like those you can see above.

This package is also available for Atom and Visual Studio Code.

Installation

Package Control

  1. Make sure you already have Package Control installed
  2. Choose “Install Package” from the Command Palette (Super+Shift+p)
  3. Type “Badges” and press Enter

With auto_upgrade enabled, Package Control will keep all installed packages up-to-date!

Manual installation

  1. Download the files using the GitHub .zip download option
  2. Unzip the files to your Sublime Text Packages directory

Usage

All snippets start with the prefix svg- and is followed by the service you're adressing, with some services offering multiple choices.

Examples:

  • svg-pypi-dl-day - daily downloads on PyPI
  • svg-pypi-dl-month - monthly downloads on PyPI
  • svg-travis - build status on Travis
  • svg-travis-branch - build status on Travis for a specific branch
  • svg-npm-ver - the version of a Node package
  • svg-gpl3 - link to GNU General Public License, Version 3

Please refer to the snippet guide for a complete list.

License

This work is licensed under the The MIT License.

Donate

You are welcome support this project using Flattr or Bitcoin 17CXJuPsmhuTzFV2k4RKYwpEHVjskJktRd

About

Snippets to quickly insert Shield.io badges into HTML, Markdown, reStructuredText or Textile documents

License:MIT License


Languages

Language:JavaScript 100.0%