dhall-bash

Compile Dhall configuration language to Bash scripts

brewmacoslinux
Try with needOr install directly
Source

About

Compile Dhall to Bash

Commands

dhall-to-bash

Examples

Convert a Dhall file to Bash script$ dhall-to-bash <<< './config.dhall'
Compile Dhall expression and output as Bash$ dhall-to-bash <<< '{ name = "example", value = 42 }'
Generate Bash code from Dhall with type checking$ cat config.dhall | dhall-to-bash