Auto-regenerate files

This commit is contained in:
github-actions[bot]
2021-05-19 08:06:37 +00:00
parent 4ae183172d
commit 3d191f813e
3 changed files with 14 additions and 14 deletions

View File

@@ -369,16 +369,6 @@ And you can customize these heavily with plugins, templates and hundreds of opti
</table> </table>
## 🐙 Features
* Create infographics from **32 plugins**, **4 templates** and **182 options**!
* Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS
* Support **users** and **organizations** accounts, and even **repositories**!
* Save your metrics as **images** (SVG, PNG or JPG), **markdown**, **PDF** or **JSON**!
* Upload them through commits, pull request and gists, or handle output manually
* Test it live on [metrics.lecoq.io](https://metrics.lecoq.io)!
* Get a quick overview of any user with [✨ metrics insights](https://metrics.lecoq.io/about)
## 🦑 Interested to get your own? ## 🦑 Interested to get your own?
For a fully-featured experience you should use **metrics** as a [GitHub Action](https://github.com/marketplace/actions/metrics-embed), but you can also try it now at [metrics.lecoq.io](https://metrics.lecoq.io/) with your GitHub username! For a fully-featured experience you should use **metrics** as a [GitHub Action](https://github.com/marketplace/actions/metrics-embed), but you can also try it now at [metrics.lecoq.io](https://metrics.lecoq.io/) with your GitHub username!
@@ -394,16 +384,26 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and `
<td align="center"> <td align="center">
Embed metrics images on your profile readme or blog!<br> Embed metrics images on your profile readme or blog!<br>
Use GitHub actions for even more features!<br> Use GitHub actions for even more features!<br>
<img width="441" height="1"> <img src="/.github/readme/imgs/features_embed.gif" width="441">
</td> </td>
<td align="center"> <td align="center">
Share your metrics with friends and on social medias!<br> Share your metrics with friends and on social medias!<br>
No configuration needed!<br> No configuration needed!<br>
<img width="441" height="1"> <img src="/.github/readme/imgs/features_insights.gif" width="441">
</td> </td>
</tr> </tr>
</table> </table>
### 🐙 Features
* Create infographics from **32 plugins**, **4 templates** and **182 options**
* Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS
* Support **users**, **organizations** and even **repositories**
* Transparent by default so it'll blend well whether light or dark mode is used
* Save your metrics as **images** (SVG, PNG or JPEG), **markdown**, **PDF** or **JSON**
* Upload them to GitHub through commits, pull requests and gists, or handle renders yourself
* Works either as [GitHub action](https://github.com/marketplace/actions/metrics-embed) or as [web instance](https://metrics.lecoq.io)
# 📜 How to use? # 📜 How to use?

2
action.yml generated
View File

@@ -180,7 +180,7 @@ inputs:
# Specify one value (for both width and height) or two values (one for width and one for height) # Specify one value (for both width and height) or two values (one for width and one for height)
config_padding: config_padding:
description: Image padding description: Image padding
default: 16, 16 + 5% default: 16, 16 + 9%
# Metrics output format # Metrics output format
config_output: config_output:

2
settings.example.json generated
View File

@@ -13,7 +13,7 @@
"debug.headless": false, "//": "Debug puppeteer process", "debug.headless": false, "//": "Debug puppeteer process",
"mocked": false, "//": "Use mocked data instead of live APIs (use 'force' to use mocked token even if real token are defined)", "mocked": false, "//": "Use mocked data instead of live APIs (use 'force' to use mocked token even if real token are defined)",
"repositories": 100, "//": "Number of repositories to use", "repositories": 100, "//": "Number of repositories to use",
"padding": ["6%", "13%"], "//": "Image padding (default)", "padding": ["16", "16 + 9%"], "//": "Image padding (default)",
"hosted": { "hosted": {
"by": "", "//": "Web instance host (displayed in footer)", "by": "", "//": "Web instance host (displayed in footer)",
"link": "", "//": "Web instance host link (displayed in footer)" "link": "", "//": "Web instance host link (displayed in footer)"