Skip to content

Commit 87ab898

Browse files
committed
ci: use metrics to generate profile
1 parent 7d88d3d commit 87ab898

File tree

2 files changed

+95
-82
lines changed

2 files changed

+95
-82
lines changed

.github/workflows/metrics.yml

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
name: Metrics
2+
on:
3+
# Schedule updates (each hour)
4+
schedule: [{ cron: '0 0 * * *' }]
5+
# Lines below let you run workflow manually and on each commit (optional)
6+
workflow_dispatch:
7+
push: { branches: ['main'] }
8+
jobs:
9+
metrics-main:
10+
runs-on: ubuntu-latest
11+
steps:
12+
# See action.yml for all options
13+
- uses: keith-cy/metrics@master
14+
with:
15+
# Your GitHub token
16+
token: ${{ secrets.METRICS_TOKEN }}
17+
18+
user: Keith-CY
19+
base: activity, community
20+
filename: metrics-main.svg
21+
template: classic
22+
repositories: 200
23+
repositories_batch: 50
24+
base_indepth: yes
25+
repositories_affiliations: owner, collaborator, organization_member
26+
27+
metrics-community:
28+
runs-on: ubuntu-latest
29+
steps:
30+
# See action.yml for all options
31+
- uses: keith-cy/metrics@master
32+
with:
33+
# Your GitHub token
34+
token: ${{ secrets.METRICS_TOKEN }}
35+
36+
user: Keith-CY
37+
base: ''
38+
filename: metrics-community.svg
39+
template: classic
40+
repositories: 200
41+
repositories_batch: 50
42+
base_indepth: yes
43+
repositories_affiliations: owner, collaborator, organization_member
44+
plugin_followup: yes
45+
plugin_followup_indepth: yes
46+
plugin_discussions: yes
47+
plugin_discussions_categories_limit: 8
48+
49+
metrics-lang-notable:
50+
runs-on: ubuntu-latest
51+
steps:
52+
# See action.yml for all options
53+
- uses: keith-cy/metrics@master
54+
with:
55+
# Your GitHub token
56+
token: ${{ secrets.METRICS_TOKEN }}
57+
58+
repositories_affiliations: owner, collaborator, organization_member
59+
plugin_languages: yes
60+
plugin_languages_ignored: HTML, JavaScript, CSS
61+
plugin_languages_sections: most-used
62+
plugin_languages_limit: 8
63+
plugin_languages_details: percentage
64+
plugin_languages_indepth: no
65+
plugin_languages_analysis_timeout: 30
66+
plugin_languages_categories: programming
67+
68+
plugin_notable: yes
69+
plugin_notable_filter: stars:>2 forks:>1
70+
plugin_notable_from: organization
71+
plugin_notable_repositories: yes
72+
plugin_notable_skipped: rms-support-letter/rms-support-letter.github.io
73+
plugin_notable_indepth: no
74+
75+
user: Keith-CY
76+
base: metadata
77+
filename: metrics-lang-notable.svg
78+
template: classic
79+
repositories: 200
80+
repositories_batch: 50

README.md

Lines changed: 15 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -2,88 +2,21 @@
22
<img src="https://i.imgur.com/LjCK0Ad.png" alt="Nervosnet" />
33
</p>
44

5-
### Fields
6-
7-
> Metaverse = Blockchain + XR + Connected Universes
8-
9-
### Some Tools I Use
10-
11-
<h5>Language & Runtime</h5>
12-
<p>
13-
<img alt="TypeScript"
14-
src="https://img.shields.io/badge/-TypeScript-007ACC?style=flat-square&logo=typescript&logoColor=white" />
15-
<img alt="Elixir" src="https://img.shields.io/badge/-Elixir-4e2a8e?style=flat-square&logo=Elixir&logoColor=white" />
16-
<img alt="Go" src="https://img.shields.io/badge/-Go-7fd5ea?style=flat-square&logo=Go&logoColor=white" />
17-
<img alt="Python" src="https://img.shields.io/badge/-Python-3776AB?style=flat-square&logo=Python&logoColor=white" />
18-
<img alt="NodeJs" src="https://img.shields.io/badge/-Node.js-43853d?style=flat-square&logo=Node.js&logoColor=white" />
19-
</p>
20-
21-
<h5>Library & Framework</h5>
22-
<p>
23-
<img alt="React" src="https://img.shields.io/badge/-React-45b8d8?style=flat-square&logo=react&logoColor=white" />
24-
<img alt="Next.js" src="https://img.shields.io/badge/-Next.js-0070f3?style=flat-square&logo=nextjs&logoColor=white" />
25-
<img alt="Nest.js" src="https://img.shields.io/badge/-Nest.js-ea2845?style=flat-square&logo=nestjs&logoColor=white" />
26-
<img alt="Phoenix" src="https://img.shields.io/badge/-Phoenix-ff6f61?style=flat-square&logo=Phoenix&logoColor=white" />
27-
<img alt="Flutter" src="https://img.shields.io/badge/-Flutter-075b9a?style=flat-square&logo=Flutter&logoColor=white" />
28-
<img alt="ReactiveX"
29-
src="https://img.shields.io/badge/-RxJs-B7178C?style=flat-square&logo=reactivex&logoColor=white" />
30-
<img alt="GraphQL"
31-
src="https://img.shields.io/badge/-GraphQL-E10098?style=flat-square&logo=graphql&logoColor=white" />
32-
<img alt="SaSS" src="https://img.shields.io/badge/-SaSS-CC6699?style=flat-square&logo=sass&logoColor=white" />
33-
<img alt="Tailwindcss"
34-
src="https://img.shields.io/badge/-Tailwindcss-3b82f6?style=flat-square&logo=Tailwindcss&logoColor=white" />
35-
<img alt="Styled Components"
36-
src="https://img.shields.io/badge/-Styled_Components-db7092?style=flat-square&logo=styled-components&logoColor=white" />
37-
<img alt="d3js" src="https://img.shields.io/badge/-D3.js-e6550d?style=flat-square&logo=d3.js&logoColor=white" />
38-
<img alt="three.js" src="https://img.shields.io/badge/-Three.js-049EF4?style=flat-square&logo=three.js&logoColor=white" />
39-
</p>
40-
<h5>Design System</h5>
41-
<p>
42-
<img alt="material-ui" src="https://img.shields.io/badge/-Material_UI-0081cb?style=flat-square&logo=material-ui&logoColor=white" />
43-
<img alt="material-design" src="https://img.shields.io/badge/-Material_Design-757575?style=flat-square&logo=material-design&logoColor=white" />
44-
<img alt="fluent-design" src="https://img.shields.io/badge/-Fluent_Design-4fe5ff?style=flat-square&logo=fluent-design&logoColor=white" />
45-
</p>
46-
47-
<h5>Database</h5>
48-
<p>
49-
<img alt="pg" src="https://img.shields.io/badge/-PostgreSQL-4169e1?style=flat-square&logo=postgresql&logoColor=white" />
50-
<img alt="mongodb" src="https://img.shields.io/badge/-MongoDB-47a248?style=flat-square&logo=mongodb&logoColor=white" />
51-
<img alt="sqlite" src="https://img.shields.io/badge/-SQLite-003B57?style=flat-square&logo=sqlite&logoColor=white" />
52-
</p>
53-
<h5>Miscellaneous</h5>
54-
<p>
55-
<img alt="git" src="https://img.shields.io/badge/-Git-F05032?style=flat-square&logo=git&logoColor=white" />
56-
<img alt="github actions"
57-
src="https://img.shields.io/badge/-Github_Actions-2088FF?style=flat-square&logo=github-actions&logoColor=white" />
58-
<img alt="vercel"
59-
src="https://img.shields.io/badge/-Vercel-000000?style=flat-square&logo=vercel&logoColor=white" />
60-
<img alt="Docker" src="https://img.shields.io/badge/-Docker-46a2f1?style=flat-square&logo=docker&logoColor=white" />
61-
<img alt="Tmux" src="https://img.shields.io/badge/-Tmux-1bb91f?style=flat-square&logo=tmux&logoColor=white" />
62-
<img alt="Iterm2" src="https://img.shields.io/badge/-Iterm2-0ce927?style=flat-square&logo=iterm2&logoColor=white" />
63-
<img alt="oh-my-zsh" src="https://img.shields.io/badge/-oh_my_zsh-c5d928?style=flat-square&logo=oh-my-zsh&logoColor=white" />
64-
<img alt="neovim" src="https://img.shields.io/badge/neovim-0b151b?style=flat-square&logo=neovim&logoColor=8fff6d" />
65-
</p>
66-
67-
### My Activities
68-
69-
<table>
70-
<tbody>
71-
<tr>
72-
<td>
73-
<img src="https://github-readme-stats.vercel.app/api?username=keith-cy&count_private=true&show_icons=true&theme=radical" alt="stats">
74-
</td>
75-
<td>
76-
<img src="https://github-readme-streak-stats.herokuapp.com?user=keith-cy&theme=radical&hide_border=true" alt="streak">
77-
</td>
78-
</tr>
79-
<tr>
80-
<td colspan="2">
81-
<img src="https://github-profile-trophy.vercel.app/?username=keith-cy&theme=radical&row=1" alt="trophy">
82-
</td>
83-
</tr>
84-
</tbody>
85-
</table>
86-
875
### My DID
6+
887
- ENS: [magickbase.eth](https://app.ens.domains/name/magickbase.eth/details)
898
- DAS: [magickbase.bit](https://magickbase.bit.host/)
9+
10+
### Stats
11+
12+
<div>
13+
<a href="https://github.com/Keith-CY">
14+
<img align="center" width="49%" src="./metrics-main.svg" />
15+
</a>
16+
</div>
17+
<a href="https://github.com/Keith-CY">
18+
<img align="center" width="49%" src="./metrics-community.svg" />
19+
</a>
20+
<a href="https://github.com/Keith-CY">
21+
<img align="center" width="49%" src="./metrics-lang-notable.svg" />
22+
</a>

0 commit comments

Comments
 (0)