# nu_plugin_tera A [Nushell](https://nushell.sh/) plugin to use [Tera templates](https://keats.github.io/tera/docs/). ## Installing Clone this repository > [!WARNING] > **nu_plugin_tera** has dependencies to nushell source via local path in Cargo.toml > Nushell and plugins require to be **sync** with same **version** Clone [Nushell](https://nushell.sh/) to plugin to use [Tera templates](https://keats.github.io/tera/docs/) or change dependecies in [Cargo.toml](Cargo.toml) This plugin is also included as submodule in [nushell-plugins](https://repo.jesusperez.pro/jesus/nushell-plugins) as part of plugins collection for [Provisioning project](https://rlung.librecloud.online/jesus/provisioning) Build from source ```nushell > cd nu_plugin_tera > cargo install --path . ``` ### Nushell In a [Nushell](https://nushell.sh/) ```nushell > plugin add ~/.cargo/bin/nu_plugin_tera ``` ## Usage ```nushell > tera-render