tags | |
---|---|
|
jinja2-cli is used as a template engine to help generate documents, such as mkdocs markdown pages or traefik config files.
!!! code ""
=== "pipx"
```shell
pipx install jinja2-cli
```
!!! example
```shell
jinja2 .template.md.j2 -D APP_NAME="New App" -D APP_PORT=8080 -D CONFIG_PATH=/opt/new-app > new-app.md
```