Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
MarvinJWendt committed Feb 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c3c01b6 commit 306a15e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -36,6 +36,10 @@

## Introduction

GTTP lets you define your text templates using YAMl.
When you execute a template file, GTTP will interactively ask you to fill out the defined variables.
The template is then parsed with the Go [text/template](https://pkg.go.dev/text/template) syntax.

```yaml
variables:
- name: Name

0 comments on commit 306a15e

Please sign in to comment.