Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nektro/zig-pek
A comptime HTML preprocessor with a builtin template engine for Zig.
https://github.com/nektro/zig-pek
zig-package
Last synced: 4 months ago
JSON representation
A comptime HTML preprocessor with a builtin template engine for Zig.
- Host: GitHub
- URL: https://github.com/nektro/zig-pek
- Owner: nektro
- License: mpl-2.0
- Created: 2021-08-05T07:47:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T19:13:19.000Z (10 months ago)
- Last Synced: 2024-10-15T02:34:21.537Z (4 months ago)
- Topics: zig-package
- Language: Zig
- Homepage:
- Size: 177 KB
- Stars: 38
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - zig-pek🗒️A comptime HTML preprocessor with a builtin template engine for Zig
README
# Pek
A comptime HTML preprocessor with a builtin template engine for Zig.
## Example Document
```fsharp
html[lang="en"](
head(
title("Pek Example")
meta[charset="UTF-8"]
meta[name="viewport" content="width=device-width,initial-scale=1"]
)
body(
h1("Pek Example")
hr
p("This is an example HTML document written in "a[href="https://github.com/nektro/zig-pek"]("Pek")".")
)
)
```## Example Usage
[src/main.zig](src/main.zig)## Built With
- [Zig](https://github.com/ziglang/zig) master
- [Zigmod](https://github.com/nektro/zigmod) package manager## Add me
```
$ zigmod aq add 1/nektro/pek
```