Merge pull request #23 from zoontek/update-readme

Update readme
This commit is contained in:
Manfred Touron 2016-12-15 13:56:23 +01:00 committed by GitHub
commit 8e2be0f866

View File

@ -40,25 +40,17 @@ See [examples](./examples).
## Funcmap
This project uses [moul/funcmap](https://github.com/moul/funcmap) library to extend the builtin [text/template](https://golang.org/pkg/text/template) helpers.
This project uses [Masterminds/sprig](https://github.com/Masterminds/sprig) library and additional functions to extend the builtin [text/template](https://golang.org/pkg/text/template) helpers.
Non-exhaustive list of new helpers:
* **all the functions from [sprig](https://github.com/Masterminds/sprig)**
* `json`
* `prettyjson`
* `indent`
* `split`
* `join`
* `title`
* `unexport`
* `add`
* `trimspace`
* `lower`
* `upper`
* `rev`
* `int`
* `first`
* `last`
See the project for the complete list.
See the project helpers for the complete list.
## Install