|
7 | 7 | [](https://github.com/bordeux/tmpltool/pkgs/container/tmpltool) |
8 | 8 | [](LICENSE) |
9 | 9 |
|
10 | | -A fast and simple command-line template rendering tool using [Tera](https://keats.github.io/tera/) templates with environment variables. |
| 10 | +A fast and simple command-line template rendering tool using [MiniJinja](https://github.com/mitsuhiko/minijinja) templates with environment variables. |
11 | 11 |
|
12 | 12 | ## Table of Contents |
13 | 13 |
|
@@ -71,7 +71,7 @@ tmpltool greeting.tmpl |
71 | 71 | - **Validation**: Validate emails, URLs, IPs, UUIDs, regex matching |
72 | 72 | - **Security**: Built-in protections with optional `--trust` mode |
73 | 73 | - **Flexible I/O**: File or stdin input, file or stdout output |
74 | | -- **Full Tera Syntax**: Conditionals, loops, filters, and more |
| 74 | +- **Full Jinja2 Syntax**: Conditionals, loops, filters, and more |
75 | 75 | - **Single Binary**: No runtime dependencies |
76 | 76 | - **Docker Support**: Multi-arch images available |
77 | 77 |
|
@@ -285,7 +285,7 @@ tmpltool build-report.tmpl |
285 | 285 |
|
286 | 286 | ## Template Syntax |
287 | 287 |
|
288 | | -tmpltool uses the [Tera](https://keats.github.io/tera/) template engine. For complete documentation, visit: https://keats.github.io/tera/docs/ |
| 288 | +tmpltool uses the [MiniJinja](https://github.com/mitsuhiko/minijinja) template engine, which is compatible with Python's Jinja2. For complete documentation, visit: https://docs.rs/minijinja/ |
289 | 289 |
|
290 | 290 | ### Variables |
291 | 291 |
|
@@ -1346,4 +1346,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file |
1346 | 1346 |
|
1347 | 1347 | For more examples, see the [examples/](examples/) directory and [examples/README.md](examples/README.md). |
1348 | 1348 |
|
1349 | | -For complete Tera syntax documentation, visit: https://keats.github.io/tera/docs/ |
| 1349 | +For complete MiniJinja/Jinja2 syntax documentation, visit: |
| 1350 | +- MiniJinja Docs: https://docs.rs/minijinja/ |
| 1351 | +- Jinja2 Template Designer: https://jinja.palletsprojects.com/templates/ |
0 commit comments