{{define "title"}}{{.Repo.OwnerName}}/{{.Repo.Name}}{{end}} {{define "content"}} {{if .DirPath}}
Clone: git clone {{.CloneURL}}
{{.Facts.Commits}} commit{{if ne .Facts.Commits 1}}s{{end}} {{.Facts.Branches}} branch{{if ne .Facts.Branches 1}}es{{end}} {{.Facts.Tags}} tag{{if ne .Facts.Tags 1}}s{{end}} {{with .Facts.License}}{{.}}{{end}} {{with .Facts.Release}}latest {{.}}{{end}} {{with .Facts.Build}}build {{.}}{{end}}
{{with .Facts.Languages}}{{range .}}{{.Name}} {{pct .Percent}}%{{end}}
{{end}} {{with .Facts.Contributors}}{{len .}} contributor{{if ne (len .) 1}}s{{end}}{{range .}}{{template "authorname" dict "Name" .Name "User" .User "Email" (printf "%s · %d commits" .Email .Commits)}}{{end}}
{{end}}| name | last commit | updated | |
|---|---|---|---|
| {{.Name}}/ | {{else}}{{.Name}} | {{end}}{{with $c.Subject}}{{.}}{{end}} | {{ago $c.When}} |
this repository is empty — push something:git remote add origin {{.CloneURL}} | |||