proton
Proton template engine
Summary
| Latest Version | 0.2.6 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-03 07:22 |
Tags
Authors
- Jason R Briggs
Installation
nimble install proton
choosenim install proton
git clone https://github.com/jasonrbriggs/proton-nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| proton | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.0.0 | No |
Source
| Repository | https://github.com/jasonrbriggs/proton-nim |
|---|---|
| Homepage | https://github.com/jasonrbriggs/proton-nim |
| Registry Source | nimble_official |
README
proton-nim
Proton is a simple, "code-less" engine for xml/xhtml templates. Code-less, because it uses 3 types of ID (attribute) in a template file, rather than snippets of code.
See proton for more information.