Skip to content

Commit 08d0d32

Browse files
authored
docs: add badges to README
docs: add badges to README
2 parents 85c9c7a + 59a297f commit 08d0d32

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# gitcommit - Git Commit Date Setter
22

3+
[![Go Report Card](https://goreportcard.com/badge/github.com/sgaunet/gitcommit)](https://goreportcard.com/report/github.com/sgaunet/gitcommit)
4+
[![GitHub release](https://img.shields.io/github/release/sgaunet/gitcommit.svg)](https://github.com/sgaunet/gitcommit/releases/latest)
5+
![GitHub Downloads](https://img.shields.io/github/downloads/sgaunet/gitcommit/total)
6+
![Coverage Badge](https://raw.githubusercontent.com/wiki/sgaunet/gitcommit/coverage-badge.svg)
7+
[![linter](https://github.com/sgaunet/gitcommit/actions/workflows/coverage.yml/badge.svg)](https://github.com/sgaunet/gitcommit/actions/workflows/coverage.yml)
8+
[![coverage](https://github.com/sgaunet/gitcommit/actions/workflows/coverage.yml/badge.svg)](https://github.com/sgaunet/gitcommit/actions/workflows/coverage.yml)
9+
[![Snapshot Build](https://github.com/sgaunet/gitcommit/actions/workflows/snapshot.yml/badge.svg)](https://github.com/sgaunet/gitcommit/actions/workflows/snapshot.yml)
10+
[![Release Build](https://github.com/sgaunet/gitcommit/actions/workflows/release.yml/badge.svg)](https://github.com/sgaunet/gitcommit/actions/workflows/release.yml)
11+
[![License](https://img.shields.io/github/license/sgaunet/gitcommit.svg)](LICENSE)
12+
313
A command-line tool that enables developers to create Git commits with specific historical dates while maintaining chronological integrity.
414

515
## Features

0 commit comments

Comments
 (0)