Mix.Tasks.Ex2js

Translate Elixir code to javascript

usage: mix ex2js <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 path for standard libs
-h  --help            this message

Summary

Functions

Callback implementation for c:Mix.Task.run/1

Functions

run(args)

Callback implementation for c:Mix.Task.run/1.