{{- $wl := .WithLicense -}} {{- $ws := .WithStars -}} {{- $wb := .WithBtt -}} {{- $a := .Anchors -}} {{- $s := .Stars -}}
{{ .Credits.Text }}{{ .Credits.Link }}
Total starred repositories: {{ .Total }}
{{- if .WithToc }}
{{ range $key := .Keys }}
- [{{ $key }}](#{{ with (index $a $key) }}{{ . }}{{ end }}) {{- end }} {{- end }}
{{ range $key := .Keys }}
{{ with (index $s $key) }}{{ range . }}
- [{{- .NameWithOwner -}}]({{- .Url -}}) - {{ .Description }} {{- if $wl }}{{ with .License}} [{{ . }}]{{ end }}{{ end -}} {{- if $ws }} (⭐️{{ .Stars }}){{ end -}} {{- if .Archived }} Archived!{{ end -}} {{- end }} {{- end }} {{- if $wb }}
⬆ back to top{{ end }} {{ end }}