Snippets to quickly insert Badgen badges into Markdown documents
Screenshot nicked from the Visual Studio Code extension, but you get the idea!
Install badgen
from Atom's Package Manager or the command-line equivalent:
$ apm install badgen
Change to your Atom packages directory:
Windows
$ cd %USERPROFILE%\.atom\packages
Linux & macOS
$ cd ~/.atom/packages/
Clone the repository as badgen
:
$ git clone https://github.com/idleberg/atom-badgen badgen
Snippets follow the naming scheme of Badgen URL, e.g. badgen-npm
is used for npm badges and badgen-amo
for Mozilla Add-ons. Please refer to the snippet guide for a complete list.
This work is licensed under the MIT License
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.