Auto-regenerate files
This commit is contained in:
@@ -51,7 +51,7 @@ And you can customize these heavily with plugins, templates and hundreds of opti
|
|||||||
<details open><summary>With both total bytes size and percentage version</summary>
|
<details open><summary>With both total bytes size and percentage version</summary>
|
||||||
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.details.svg">
|
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.details.svg">
|
||||||
</details>
|
</details>
|
||||||
<details><summary>Recently used version (based on recent activity)</summary>
|
<details open><summary>Recently used version (based on recent activity)</summary>
|
||||||
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.recent.svg">
|
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.recent.svg">
|
||||||
</details>
|
</details>
|
||||||
<details><summary>Indepth analysis (clone, analyze and extract commits)</summary>
|
<details><summary>Indepth analysis (clone, analyze and extract commits)</summary>
|
||||||
@@ -402,7 +402,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and `
|
|||||||
|
|
||||||
### 🐙 Features
|
### 🐙 Features
|
||||||
|
|
||||||
* Create infographics from **32 plugins**, **4 templates** and **184 options**
|
* Create infographics from **32 plugins**, **4 templates** and **186 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
|
* 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**
|
* Support **users**, **organizations** and even **repositories**
|
||||||
* Transparent by default so it'll blend well whether light or dark mode is used
|
* Transparent by default so it'll blend well whether light or dark mode is used
|
||||||
|
|||||||
2
action.yml
generated
2
action.yml
generated
@@ -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: 0, 7.5%
|
default: 0, 8%
|
||||||
|
|
||||||
# Metrics output format
|
# Metrics output format
|
||||||
config_output:
|
config_output:
|
||||||
|
|||||||
2
settings.example.json
generated
2
settings.example.json
generated
@@ -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": ["0", "7.5%"], "//": "Image padding (default)",
|
"padding": ["0", "8%"], "//": "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)"
|
||||||
|
|||||||
Reference in New Issue
Block a user