Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt authored Feb 5, 2024
1 parent a3bdd63 commit 33ac988
Showing 1 changed file with 34 additions and 8 deletions.
42 changes: 34 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,38 @@
<h1>GTTP CLI</h1>
<p>
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/gttp-cli/gttp?style=flat-square">
<img alt="GitHub Downloads (all assets, all releases)" src="https://img.shields.io/github/downloads/gttp-cli/gttp/total?style=flat-square">
<img alt="Build Status" src="https://img.shields.io/github/actions/workflow/status/gttp-cli/gttp/build?style=flat-square">
</p>
<h1 align="center">💻 GTTP | Go Text Template Parser</h1>
<p align="center">A modern CLI to create and fill out reusable text templates</p>

<p align="center">

<a href="https://github.com/gttp-cli/gttp/releases" style="text-decoration: none">
<img src="https://img.shields.io/github/v/release/gttp-cli/gttp?style=flat-square" alt="Latest Release">
</a>

<a href="https://github.com/gttp-cli/gttp/stargazers" style="text-decoration: none">
<img src="https://img.shields.io/github/stars/gttp-cli/gttp.svg?style=flat-square" alt="Stars">
</a>

<a href="https://github.com/gttp-cli/gttp/fork" style="text-decoration: none">
<img src="https://img.shields.io/github/forks/gttp-cli/gttp.svg?style=flat-square" alt="Forks">
</a>

<a href="https://opensource.org/licenses/MIT" style="text-decoration: none">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square" alt="License: MIT">
</a>

GTTP is an interactive Go Text Template Parser. It allows you to write text templates, that you can interactively fill
out.
<br/>

<a href="https://github.com/gttp-cli/gttp/releases" style="text-decoration: none">
<img src="https://img.shields.io/badge/platform-windows%20%7C%20macos%20%7C%20linux-informational?style=for-the-badge" alt="Downloads">
</a>

<a href="https://marvin.ws/twitter">
<img src="https://img.shields.io/badge/Twitter-%40MarvinJWendt-1DA1F2?logo=twitter&style=for-the-badge"/>
</a>

<br/>
<br/>

</p>

## Installation

Expand Down

0 comments on commit 33ac988

Please sign in to comment.