dhall-toml

Convert between Dhall and TOML configuration formats

brewmacoslinux
Try with needOr install directly
Source

About

Convert between Dhall and Toml

Commands

dhall-to-tomltoml-to-dhall

Examples

Convert a Dhall file to TOML format$ dhall-to-toml < config.dhall > config.toml
Convert a TOML file to Dhall format$ toml-to-dhall < config.toml > config.dhall
Validate Dhall syntax and output as TOML$ dhall-to-toml --file config.dhall