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.
Badge snippets in action, mind the preview pane on the right!
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 PyPIsvg-pypi-dl-month
- monthly downloads on PyPIsvg-travis
- build status on Travissvg-travis-branch
- build status on Travis for a specific branchsvg-npm-ver
- the version of a Node packagesvg-gpl3
- link to GNU General Public License, Version 3
Please refer to the snippet guide for a complete list.
- Install package
apm install badges
(or use the GUI)
- Change directory
cd ~/.atom/packages/
- Clone repository
git clone https://github.com/idleberg/atom-badges badges
This work is licensed under the The MIT License.