idleberg / atom-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 Atom

apm apm apm Travis David

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 Sublime Text and Visual Studio Code.

Screenshot

Badge snippets in action, mind the preview pane on the right!

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.

Installation

apm

  • Install package apm install badges (or use the GUI)

Using Git

  1. Change directory cd ~/.atom/packages/
  2. Clone repository git clone https://github.com/idleberg/atom-badges badges

License

This work is licensed under the The MIT License.

About

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

License:MIT License


Languages

Language:JavaScript 100.0%