run-elm
run-elm copied to clipboard
Run Elm code from the command line
elm019
Does it work with elm 0.10
This PR is a heads-up to my attempt to support Elm 0.19. The upgrade involves quite a lot of change from the way we execute `node-elm-compiler` to what we keep...
I noticed that if the Elm module we run produces any [Debug](http://package.elm-lang.org/packages/elm-lang/core/1.0.0/Debug) output, `run-elm's` stdout does not look as expected. As a consequence, there is a chance that a script...
Currently `run-elm` exits with code 1 on any error, but perhaps we could use [linux error codes](http://www-numi.fnal.gov/offline_software/srt_public_context/WebDocs/Errors/unix_system_errors.html) in future to make error code a bit more useful?