Elixir
Run elixir scripts, dependencies should be passed inline using
Mix.
Type: 
elixirConfiguration
Examples
Install 
jason lib and encode a hello world messageshellcat - >/tmp/script.exs <<EOFMix.install([:jason])IO.puts(Jason.encode!(%{hello: :world}))EOFrunops tasks create --target elixir-type --file /tmp/script.exs