Hacker News new | ask | show | jobs
by xibo9 1276 days ago
Yup, you can write standalone Elixir scripts. Running "elixir myscript.exs" gives you that.
1 comments

And with Mix.install/2 [0] you have access to the entire ecosystem.

Here are a few examples: https://github.com/wojtekmach/mix_install_examples

[0]: https://hexdocs.pm/mix/1.12.3/Mix.html#install/2