Auto-regenerate files
This commit is contained in:
12
README.md
12
README.md
@@ -5,7 +5,7 @@
|
||||
Generate your metrics that you can embed everywhere, including your GitHub profile readme! It works for both user and organization accounts, and even for repositories!
|
||||
|
||||
|
||||
> <sup>*⚠️ This is the documentation of **v3.10-beta** (`@master` branch) which includes [unreleased features](https://github.com/lowlighter/metrics/compare/latest...master), see documentation of [**v3.0** (`@latest` branch) here](https://github.com/lowlighter/metrics/blob/latest/README.md).*</sup>
|
||||
> <sup>*⚠️ This is the documentation of **v3.10-beta** (`@master` branch) which includes [unreleased features](https://github.com/lowlighter/metrics/compare/latest...master), see documentation of [**v3.9** (`@latest` branch) here](https://github.com/lowlighter/metrics/blob/latest/README.md).*</sup>
|
||||
|
||||
|
||||
<table>
|
||||
@@ -369,6 +369,16 @@ And you can customize these heavily with plugins, templates and hundreds of opti
|
||||
</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?
|
||||
|
||||
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!
|
||||
|
||||
2
settings.example.json
generated
2
settings.example.json
generated
@@ -13,7 +13,7 @@
|
||||
"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)",
|
||||
"repositories": 100, "//": "Number of repositories to use",
|
||||
"padding": ["20", "40 + 2%"], "//": "Image padding (default)",
|
||||
"padding": ["6%", "13%"], "//": "Image padding (default)",
|
||||
"hosted": {
|
||||
"by": "", "//": "Web instance host (displayed in footer)",
|
||||
"link": "", "//": "Web instance host link (displayed in footer)"
|
||||
|
||||
Reference in New Issue
Block a user