Skip to content

Commit

Permalink
Update archives.
Browse files Browse the repository at this point in the history
  • Loading branch information
poneding committed Jul 19, 2024
1 parent 3886c6b commit adc0ca3
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions content/git/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,42 @@ curl -s https://api.github.com/repos/ketches/registry-proxy/releases/latest | jq
basename $(curl -s -w %{redirect_url} https://github.com/ketches/registry-proxy/releases/latest)
```

## README 美化

### 徽标

[![Go Report Card](https://goreportcard.com/badge/github.com/ketches/registry-proxy)](https://goreportcard.com/report/github.com/ketches/registry-proxy)
[![Go Doc](https://pkg.go.dev/badge/github.com/ketches/registry-proxy)](https://pkg.go.dev/github.com/ketches/registry-proxy)
[![GitHub release](https://img.shields.io/github/v/release/ketches/registry-proxy)](https://img.shields.io/github/v/release/ketches/registry-proxy)
[![GitHub license](https://img.shields.io/github/license/ketches/registry-proxy)](https://img.shields.io/github/license/ketches/registry-proxy)
[![GitHub stars](https://img.shields.io/github/stars/ketches/registry-proxy)](https://img.shields.io/github/stars/ketches/registry-proxy)
[![GitHub forks](https://img.shields.io/github/forks/ketches/registry-proxy)](https://img.shields.io/github/forks/ketches/registry-proxy)

```md
[![Go Report Card](https://goreportcard.com/badge/github.com/ketches/registry-proxy)](https://goreportcard.com/report/github.com/ketches/registry-proxy)
[![Go Doc](https://pkg.go.dev/badge/github.com/ketches/registry-proxy)](https://pkg.go.dev/github.com/ketches/registry-proxy)
[![GitHub release](https://img.shields.io/github/v/release/ketches/registry-proxy)](https://img.shields.io/github/v/release/ketches/registry-proxy)
[![GitHub license](https://img.shields.io/github/license/ketches/registry-proxy)](https://img.shields.io/github/license/ketches/registry-proxy)
[![GitHub stars](https://img.shields.io/github/stars/ketches/registry-proxy)](https://img.shields.io/github/stars/ketches/registry-proxy)
[![GitHub forks](https://img.shields.io/github/forks/ketches/registry-proxy)](https://img.shields.io/github/forks/ketches/registry-proxy)
```

### Stars 走势

[![Stargazers over time](https://starchart.cc/ketches/registry-proxy.svg?variant=adaptive)](https://starchart.cc/ketches/registry-proxy)

```md
[![Stargazers over time](https://starchart.cc/ketches/registry-proxy.svg?variant=adaptive)](https://starchart.cc/ketches/registry-proxy)
```

### 贡献者列表

![Contributors](https://contrib.rocks/image?repo=ketches/registry-proxy)

```md
![Contributors](https://contrib.rocks/image?repo=ketches/registry-proxy)
```

---
[« GitHub 托管 helm-chart 仓库](github-hosting-helm-reop.md)

Expand Down

0 comments on commit adc0ca3

Please sign in to comment.