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
- Host: GitHub
- URL: https://github.com/textwire/textwire
- Owner: textwire
- License: mit
- Created: 2023-11-23T18:40:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-23T08:31:42.000Z (10 days ago)
- Last Synced: 2026-01-23T09:17:03.442Z (10 days ago)
- Topics: go, golang, language, lexer, package, parser, templates, templating-engine, templating-language, textwire
- Language: Go
- Homepage: https://textwire.github.io
- Size: 789 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)