Skip to content

Commit 2b47186

Browse files
committed
Add readme badges
1 parent 60d4ddd commit 2b47186

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Termwind
22

3+
[![Go](https://github.com/codiume/termwind/actions/workflows/go.yml/badge.svg)](https://github.com/codiume/termwind/actions/workflows/go.yml)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/codiume/termwind)](https://goreportcard.com/report/github.com/codiume/termwind)
5+
[![GoDoc](https://pkg.go.dev/badge/github.com/codiume/termwind.svg)](https://pkg.go.dev/github.com/codiume/termwind)
6+
[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
7+
38
Style CLI applications with Tailwind-like syntax in Go.
49

510
## Installation
@@ -75,16 +80,16 @@ Supported color palettes:
7580

7681
### Typography
7782

78-
| Class | Description |
79-
| -------------- | ------------------------ |
80-
| `font-bold` | Bold text |
81-
| `font-italic` | Italic text |
82-
| `underline` | Underlined text |
83-
| `line-through` | Strike-through text |
84-
| `uppercase` | Transform to uppercase |
85-
| `lowercase` | Transform to lowercase |
86-
| `capitalize` | Capitalize words |
87-
| `snakecase` | Transform to snake_case |
83+
| Class | Description |
84+
| -------------- | ----------------------- |
85+
| `font-bold` | Bold text |
86+
| `font-italic` | Italic text |
87+
| `underline` | Underlined text |
88+
| `line-through` | Strike-through text |
89+
| `uppercase` | Transform to uppercase |
90+
| `lowercase` | Transform to lowercase |
91+
| `capitalize` | Capitalize words |
92+
| `snakecase` | Transform to snake_case |
8893

8994
### Layout
9095

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module termwind
1+
module github.com/codiume/termwind
22

33
go 1.25.0
44

0 commit comments

Comments
 (0)