ElixirScript - Elixir 转 JavaScript


MIT
跨平台
JavaScript

软件简介

ElixirScript 工具的目的是为了将你已有的 Elixir 代码转成
JavaScript 代码。

使用方法:

usage: 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