Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 67565ac

Browse files
committed
Center shields
1 parent e84b925 commit 67565ac

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

readme.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
![gtt](https://raw.githubusercontent.com/kriskbx/gitlab-time-tracker/master/preview/icon.png)
22

33
<p align="center">
4-
5-
[![npm](https://img.shields.io/npm/dt/gitlab-time-tracker.svg?style=flat-square)](https://www.npmjs.com/package/gitlab-time-tracker)
6-
[![npm](https://img.shields.io/npm/v/gitlab-time-tracker.svg?style=flat-square)](https://www.npmjs.com/package/gitlab-time-tracker)
7-
[![Travis](https://img.shields.io/travis/kriskbx/gitlab-time-tracker.svg?style=flat-square)](https://travis-ci.org/kriskbx/gitlab-time-tracker)
8-
[![Coveralls](https://img.shields.io/coveralls/kriskbx/gitlab-time-tracker.svg?style=flat-square)](https://coveralls.io/github/kriskbx/gitlab-time-tracker)
9-
[![npm](https://img.shields.io/npm/l/gitlab-time-tracker.svg?style=flat-square)](https://www.npmjs.com/package/gitlab-time-tracker)
10-
4+
<a href="https://www.npmjs.com/package/gitlab-time-tracker"><img src="https://img.shields.io/npm/dt/gitlab-time-tracker.svg?style=flat-square"></a>
5+
<a href="https://www.npmjs.com/package/gitlab-time-tracker"><img src="https://img.shields.io/npm/v/gitlab-time-tracker.svg?style=flat-square"></a>
6+
<a href="https://travis-ci.org/kriskbx/gitlab-time-tracker"><img src="https://img.shields.io/travis/kriskbx/gitlab-time-tracker.svg?style=flat-square"></a>
7+
<a href="https://coveralls.io/github/kriskbx/gitlab-time-tracker"><img src="https://img.shields.io/coveralls/kriskbx/gitlab-time-tracker.svg?style=flat-square"></a>
8+
<a href="https://www.npmjs.com/package/gitlab-time-tracker"><img src="https://img.shields.io/npm/l/gitlab-time-tracker.svg?style=flat-square"></a>
119
</p>
1210

1311
## introduction
1412

15-
gtt is a fully featured command line interface for GitLab's time tracking feature. It monitors the time you spent on an issue or merge request locally and syncs it to GitLab. It also allows you to create reports in various formats from time tracking data stored on GitLab. **Looking for a Graphical User Interface? Check out the [gtt taskbar/menubar app](https://github.com/kriskbx/gitlab-time-tracker-taskbar) for Linux, Mac & Windows!**
13+
gtt is a fully featured command line interface for GitLab's time tracking feature. It monitors the time you spent on an issue or merge request locally and syncs it to GitLab. It also allows you to create reports in various formats from time tracking data stored on GitLab. **Looking for a graphical user interface? Check out the [gtt taskbar/menubar app](https://github.com/kriskbx/gitlab-time-tracker-taskbar) for Linux, Mac & Windows!**
1614

1715
## documentation
1816

0 commit comments

Comments
 (0)