Skip to content

Commit 7c893d5

Browse files
VidGuiCodeclaude
andcommitted
docs: add badges to README for discoverability
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cb96a1d commit 7c893d5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# solidtime-cli
22

3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
[![Node.js](https://img.shields.io/badge/Node.js-20%2B-green.svg)](https://nodejs.org/)
5+
[![TypeScript](https://img.shields.io/badge/TypeScript-5-blue.svg)](https://www.typescriptlang.org/)
6+
[![GitHub release](https://img.shields.io/github/v/release/VidGuiCode/solidtime-cli)](https://github.com/VidGuiCode/solidtime-cli/releases)
7+
[![Unofficial](https://img.shields.io/badge/Solidtime-Unofficial%20CLI-orange.svg)](https://www.solidtime.io/)
8+
39
Unofficial command-line client for [Solidtime](https://www.solidtime.io/) — open-source time tracking.
410

511
Works with both self-hosted Solidtime instances and [Solidtime Cloud](https://app.solidtime.io). Designed for humans in a terminal and AI agents that can run shell commands.
612

713
## Install
814

915
```bash
10-
npm install -g https://github.com/VidGuiCode/solidtime-cli/releases/download/v0.1.0/solidtime-cli-0.1.0.tgz
16+
npm install -g https://github.com/VidGuiCode/solidtime-cli/releases/download/v0.1.1/solidtime-cli-0.1.1.tgz
1117
```
1218

1319
Requires **Node.js 20+**. Works on Windows, macOS, and Linux.

0 commit comments

Comments
 (0)