Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit f9b1827

Browse files
committed
1.5
1 parent b9225e8 commit f9b1827

2 files changed

Lines changed: 37 additions & 21 deletions

File tree

README.md

Lines changed: 35 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,50 @@
33
![Code Statistic](/logo.png)
44

55
</div>
6-
🔎 Dynamically analysis the code for each language in the repository/user and generate the results for your github account and repo README.
76

8-
# Initialization
9-
```shell
10-
npm install
11-
```
7+
# 🍏 Quickstart
8+
*Use [Replit](https://replit.com) Server **[stats.deeptrain.net](https://stats.deeptrain.net/)***
129

13-
# Production & Deployment
14-
```shell
15-
node index
16-
```
1710

18-
# Example
11+
Example:
1912

20-
### Repository Code Statistics
13+
### 🍊 Repo
14+
```markdown
15+
[![code statistic](https://stats.deeptrain.net/repo/zmh-program/Zh-Website/)](https://github.com/zmh-program/code-statistic)
2116
```
22-
![code statistic](https://stats.deeptrain.net/repo/zmh-program/Zh-Website/)
17+
[![code statistic](https://stats.deeptrain.net/repo/zmh-program/Zh-Website/)](https://github.com/zmh-program/code-statistic)
18+
19+
### 🍉 User
20+
```markdown
21+
[![code statistic](https://stats.deeptrain.net/user/zmh-program/)](https://github.com/zmh-program/code-statistic)
2322
```
24-
![code statistic](https://stats.deeptrain.net/repo/zmh-program/Zh-Website/)
23+
[![code statistic](https://stats.deeptrain.net/user/zmh-program/)](https://github.com/zmh-program/code-statistic)
2524

26-
### User Code Statistics
25+
### 🥝 Dark Mode
26+
```markdown
27+
[![code statistic](https://stats.deeptrain.net/repo/zmh-program/Zh-Website/?theme=dark)](https://github.com/zmh-program/code-statistic)
2728
```
28-
![code statistic](https://stats.deeptrain.net/user/zmh-program/)
29+
[![code statistic](https://stats.deeptrain.net/repo/zmh-program/Zh-Website/?theme=dark)](https://github.com/zmh-program/code-statistic)
30+
31+
### Ref as HTML
32+
```html
33+
<a href="https://github.com/zmh-program/code-statistic">
34+
<img src="https://stats.deeptrain.net/repo/zmh-program/Zh-Website/?theme=dark">
35+
</a>
2936
```
30-
![code statistic](https://stats.deeptrain.net/user/zmh-program/)
3137

32-
### Dark Mode
38+
<a href="https://github.com/zmh-program/code-statistic"><img src="https://stats.deeptrain.net/repo/zmh-program/Zh-Website/?theme=dark"></a>
39+
40+
# 🍎 Build Your Own Server
41+
### 🍒 Initialization
42+
```shell
43+
npm install
3344
```
34-
![code statistic](https://stats.deeptrain.net/repo/zmh-program/Zh-Website/?theme=dark)
45+
46+
### 🍬 Configuration
47+
48+
49+
### 🍇 Run
50+
```shell
51+
node index
3552
```
36-
![code statistic](https://stats.deeptrain.net/repo/zmh-program/Zh-Website/?theme=dark)

views/index.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div>
2-
User Code Analysis: <strong>/user/:user/</strong> (e.g. <a href="/user/zmh-program/">/user/zmh-program/</a>) <br>
3-
Repo Code Statistic: <strong>/repo/:user/:repo/</strong> (e.g. <a href="/repo/zmh-program/admin-pages/">/repo/zmh-program/admin-pages/</a>)
2+
User Code Analysis: <strong>/user/:user/</strong> (e.g. <a href="https://stats.deeptrain.net/user/zmh-program/">/user/zmh-program/</a>) <br>
3+
Repo Code Statistic: <strong>/repo/:user/:repo/</strong> (e.g. <a href="https://stats.deeptrain.net/repo/zmh-program/admin-pages/">/repo/zmh-program/admin-pages/</a>)
44
</div>

0 commit comments

Comments
 (0)