Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Latest commit

 

History

History
53 lines (33 loc) · 1.86 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.86 KB

Atom apm Package Badges

Deploy to Heroku

Example

apm install package-generator

Description

Based on SVG templates from nodei.co and dockeri.co. This nodejs app generates Atom Package Badges for any package on apm.

Link

To embed a badge in Markdown:

[![apm install {package}](https://apm-badges.herokuapp.com/apm/{package}.svg)](https://atom.io/packages/{package})

To embed a badge in HTML:

<a href="https://atom.io/packages/{package}/"><img src="https://apm-badges.herokuapp.com/apm/{package}.svg" alt="apm install {package}"></a>

Replace {package} with your package name.

Themes

apm install package-generator

https://apm-badges.herokuapp.com/apm/package-generator.svg?theme=one-light

apm install package-generator

https://apm-badges.herokuapp.com/apm/package-generator.svg?theme=one-dark

apm install package-generator

https://apm-badges.herokuapp.com/apm/package-generator.svg?theme=solarized-light

apm install package-generator

https://apm-badges.herokuapp.com/apm/package-generator.svg?theme=solarized-dark