grisp / rebar3_grisp

Rebar plug-in for GRiSP
https://www.grisp.org
Apache License 2.0
21 stars 10 forks source link

Include environment variables in templates #32

Closed eproxus closed 6 years ago

eproxus commented 6 years ago

Makes it possible to use environment variables in templates under the key env. For example in grisp.ini.mustache:

[erlang]
args = erl.rtems -- … -setcookie {{env.MY_ERLANG_COOKIE}}