https://github.com/bartventer/go-template-playground
https://github.com/bartventer/go-template-playground
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bartventer/go-template-playground
- Owner: bartventer
- License: apache-2.0
- Created: 2024-10-05T14:37:11.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-03-06T17:14:57.000Z (3 months ago)
- Last Synced: 2025-03-06T18:21:57.529Z (3 months ago)
- Language: TypeScript
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Template Playground
[](https://pkg.go.dev/github.com/bartventer/go-template-playground)
[](https://github.com/bartventer/go-template-playground/releases/latest)
[](https://goreportcard.com/report/github.com/bartventer/go-template-playground)
[](https://codecov.io/github/bartventer/go-template-playground)
[](https://github.com/bartventer/go-template-playground/actions/workflows/default.yml)
[](https://github.com/bartventer/go-template-playground/actions/workflows/deploy.yml)

[](LICENSE)An interactive environment to create and test Go templates. The playground runs entirely in the browser without any server-side processing. It uses WebAssembly to execute Go code in the browser.
![]()
## Features
- 🌑 Dark mode
- ✨ Code autocomplete
- 📝 Input editor for Go template language syntax
- 📄 Data input editor supporting JSON, YAML, and TOML
- 🖨️ Output editor with support for plaintext and Markdown, including a built-in Markdown viewer
- 🔍 Syntax highlighting
- 📐 Responsive design
- 🎨 Customizable layout
- 📤 Import and export templates and data
- 🚀 No server-side processing
- 🔒 No tracking or analytics## Credits
The Go gopher was designed by [Renee French](https://reneefrench.blogspot.com/) and is licensed under the [Creative Commons 3.0 Attributions license](https://creativecommons.org/licenses/by/3.0/).
## Contributing
All contributions are welcome! See the [Contributing Guide](CONTRIBUTING.md) for more details.
## License
This project is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for more information.