samuelrayment / node-elm-compiler

A Node.js interface to the Elm compiler binaries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-elm-compiler

Wraps elm-platform-bin and exposes a Node API to compile Elm sources.

Example

$ npm install
$ cd examples
$ node compileHelloWorld.js

About

A Node.js interface to the Elm compiler binaries.

License:Apache License 2.0


Languages

Language:JavaScript 96.6%Language:Elm 3.4%