Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedricziel/jetbrains-plugin-badges
Outputs embeddable SVG badges for JetBrains plugins
https://github.com/cedricziel/jetbrains-plugin-badges
php
Last synced: 11 days ago
JSON representation
Outputs embeddable SVG badges for JetBrains plugins
- Host: GitHub
- URL: https://github.com/cedricziel/jetbrains-plugin-badges
- Owner: cedricziel
- License: mit
- Created: 2017-03-13T09:39:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T11:01:49.000Z (over 7 years ago)
- Last Synced: 2024-10-11T20:09:40.814Z (25 days ago)
- Topics: php
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JetBrains Plugin Data Badges
Displays Badges for JetBrains Plugins.
## Installation
```
composer create-project cedricziel/jetbrains-plugin-badges badges 1.1
cd badges
php -S 127.0.0.1:8000 -t web
```**Download Count** http(s)://{host}/plugin/{pluginId}/downloads/svg
The result can be embedded as follows:
```
![alt-text](http(s)://{host}/plugin/{pluginId}/downloads/svg)
```# License
MIT