An open API service indexing awesome lists of open source software.

https://github.com/textwire/textwire

Fast and beautiful templating language for Go that can be used for embedding variables and expressions into any text, including HTML and XML
https://github.com/textwire/textwire

go golang language lexer package parser templates templating-engine templating-language textwire

Last synced: 10 days ago
JSON representation

Fast and beautiful templating language for Go that can be used for embedding variables and expressions into any text, including HTML and XML

Awesome Lists containing this project

README

          

# Textwire. A templating language for Go





Textwire is a simple yet powerful templating language for Go. It is designed to easily inject variables from Go code into a template file or just a regular string.

### [Read Official Documentation](https://textwire.github.io)

## Installation

```bash
go get github.com/textwire/textwire/v2
```

## Neovim and VSCode Support
If you use [Neovim](https://neovim.io/) or [VSCode](https://code.visualstudio.com/) as your primary editor, you can install the [Neovim Plugin](https://github.com/textwire/textwire.nvim) or [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=SerhiiCho.textwire) to get syntax highlighting and other features for Textwire.

## License
The Textwire project is licensed under the [MIT License](https://github.com/textwire/textwire/blob/master/LICENSE)