-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.md.template
40 lines (29 loc) · 1.21 KB
/
README.md.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Get the latest version of Jetbrains download links by this CLI command.
![GitHub CI](https://github.com/designinlife/jetbrains/actions/workflows/ci.yml/badge.svg)
![GitHub go.mod Go version (branch & subdirectory of monorepo)](https://img.shields.io/github/go-mod/go-version/designinlife/jetbrains/master)
![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/designinlife/jetbrains)
![GitHub release (with filter)](https://img.shields.io/github/v/release/designinlife/jetbrains)
![GitHub release (latest by SemVer)](https://img.shields.io/github/downloads/designinlife/jetbrains/{{ .Version }}/total)
![GitHub all releases](https://img.shields.io/github/downloads/designinlife/jetbrains/total)
## Compile & Release
```bash
make release
```
## Usage
```bash
jetbrains
```
## Latest Download Links
> Updated At: {{ .GeneratedTime }}
| NAME | SIZE | VERSION | RELEASE DATE |
| :-- | --: | :-- | :--: |{{ range .Products }}
| {{ .Name }} | {{ .Size }} | {{ .Version }} | {{ .ReleaseDate }} |{{ end }}
### Link for `Windows`
{{ range .WindowsLinks }}
* <{{ . }}>{{ end }}
### Link for `Linux`
{{ range .LinuxLinks }}
* <{{ . }}>{{ end }}
### Link for `Mac`
{{ range .MacLinks }}
* <{{ . }}>{{ end }}