template
| Kind | kit |
|---|---|
| Capabilities | file |
| Categories | template-engine web text-processing |
| Keywords | template mustache html text rendering |
Simple templating engine for Kit
Files
| File | Description |
|---|---|
.editorconfig | Editor formatting configuration |
.gitignore | Git ignore rules for build artifacts and dependencies |
.tool-versions | asdf tool versions (Zig, Kit) |
LICENSE | MIT license file |
README.md | This file |
examples/basic.kit | Basic usage example |
kit.toml | Package manifest with metadata and dependencies |
src/template.kit | Kit Template - Full-featured templating engine |
tests/template.test.kit | Tests for template |
tests/types.test.kit | Tests for types |
Dependencies
No Kit package dependencies.
Installation
kit add gitlab.com/kit-lang/packages/kit-template.gitUsage
import Kit.TemplateLicense
MIT License - see LICENSE for details.