You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* restructure project
Signed-off-by: Nico Braun <rainbowstack@gmail.com>
* move decoder flag up in help output
Signed-off-by: Nico Braun <rainbowstack@gmail.com>
* fix go install command in readme
Signed-off-by: Nico Braun <rainbowstack@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Go Template CLI (tpl)
2
2
3
-
Render yaml and json with go templates from the command line.
3
+
Render json, yaml, toml & xml with go templates from the command line.
4
4
5
-
The templates are executed with the [text/template](https://pkg.go.dev/text/template) package. This means they come with the additional risks and benefits the text templates provide. Additionally, [Sprig functions](http://masterminds.github.io/sprig/) are available.
5
+
The templates are executed with the [text/template](https://pkg.go.dev/text/template) package. This means they come with the additional risks and benefits the text templates provide.
6
6
7
7
## Synopsis
8
8
@@ -62,13 +62,13 @@ While json could technically be decoded using the yaml decoder, this is not done
62
62
63
63
## Functions
64
64
65
-
Next to the builtin functionality [Sprig functions](http://masterminds.github.io/sprig/) and [treasre-map functions](https://github.com/bluebrown/treasure-map) are available.
65
+
Next to the builtin functions, sSprig functions](http://masterminds.github.io/sprig/) and [treasure-map functions](https://github.com/bluebrown/treasure-map) are available.
66
66
67
67
## Installation
68
68
69
69
### Binary
70
70
71
-
Download the binary from the [release page](https://github.com/bluebrown/tpl/releases). For example
71
+
Download the binary from the [release page](https://github.com/bluebrown/go-template-cli/releases). For example
0 commit comments