authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:27:34 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:27:34 -07:00
log19658da57cd45200a7b357cc2667aa058a39a7b7
treef5a9afe5883d0862ac74b27f67379b4aa1ef3513
parent23c09f46f04e29d79569b4c8308ed3b0a1b466ec

ziginfra README sync


1 files changed, 7 insertions(+), 9 deletions(-)

README.md+7-9
...@@ -1,5 +1,11 @@...@@ -1,5 +1,11 @@
1# Pek1# Pek
22
3![loc](https://sloc.xyz/github/nektro/zig-pek)
4[![license](https://img.shields.io/github/license/nektro/zig-pek.svg)](https://github.com/nektro/zig-pek/blob/master/LICENSE)
5[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
6[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)
7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
8
3A comptime HTML preprocessor with a builtin template engine for Zig.9A comptime HTML preprocessor with a builtin template engine for Zig.
410
5## Example Document11## Example Document
...@@ -20,13 +26,5 @@ html[lang="en"](...@@ -20,13 +26,5 @@ html[lang="en"](
20```26```
2127
22## Example Usage28## Example Usage
23[src/main.zig](src/main.zig)
24
25## Built With
26- [Zig](https://github.com/ziglang/zig) master
27- [Zigmod](https://github.com/nektro/zigmod) package manager
2829
29## Add me30See [test.zig](test.zig).
30```
31$ zigmod aq add 1/nektro/pek
32```