elixir_script v0.14.0 Mix.Tasks.Elixirscript
Translate Elixir code to javascript
usage: mix elixirscript <input> [options]
<input> path to elixir files or the elixir code string if the -ex flag is used
options:
-o --output [path] places output at the given path
-ex --elixir read input as elixir code string
-r --root [path] root import path for all exported modules
-st --stdlib outputs the standard lib js file
-stp --stdlib_path es6 import path to the elixirscript standard lib
only used with the [output] option. When used, elixir.js is not exported
-h --help this message