Skip to content

Latest commit

History

History
35 lines (22 loc) 路 963 Bytes

installation-statistics.md

File metadata and controls

35 lines (22 loc) 路 963 Bytes
description
Get installation statistics about your projects

Installation Statistics

Installation statistics for specific project

You can view the installation count of your project by visiting this URL:

https://instl.sh/OWNER/REPO

You can also create a badge of your project's total installation count:

Base URL: https://img.shields.io/endpoint?url=https://instl.sh/stats/OWNER/REPO/badge/shields.io

Markdown: 
![Downloads](https://img.shields.io/endpoint?url=https://instl.sh/stats/OWNER/REPO/badge/shields.io)

HTML:
<img src="https://img.shields.io/endpoint?url=https://instl.sh/stats/OWNER/REPO/badge/shields.io" />

You can customize the badge by passing options to shields.
Documentation: https://shields.io/

Example