elm-watch
Elm compiler
A tool that automatically compiles and reloads Elm code when changes are detected.
elm make
in watch mode. Fast and reliable.
155 stars
9 watching
8 forks
Language: TypeScript
last commit: 25 days ago
Linked from 1 awesome list
elmwatcher
Related projects:
Repository | Description | Stars |
---|---|---|
jfmengels/elm-review | A tool to help identify and fix common mistakes in Elm projects through static code analysis | 255 |
albertdahlin/elm-posix | A tool that allows writing of monadic IO programs in Elm and compiling them to Node.js shell scripts | 91 |
jxxcarlson/elm-lisp | An experiment in building a typed Lisp compiler and evaluator in Elm. | 5 |
chadtech/elmish-wasm | An experiment to compile a simplified version of the Elm programming language to human-readable WebAssembly bytecode | 17 |
elm-tooling/elm-language-server | A language server implementation for Elm programming language | 419 |
darklang/philip2 | An Elm to OCaml compiler that enables porting of codebases from one language to another | 205 |
elm-lang/debug.elm-lang.org | A live online debugging tool that allows developers to pause, rewind, and replay programs, swapping in new code to debug. | 66 |
elm/parser | A parsing library designed to simplify parser creation and improve error messages by using pipelines, backtracking, and tracking context. | 230 |
jcollard/elm-mode | An Emacs extension for syntax highlighting and code organization of Elm projects | 376 |
brian-watkins/elm-spec | An Elm testing tool for describing program behavior in a browser environment. | 29 |
elm-community/elm-webpack-loader | A Webpack loader that enables the Elm programming language to be compiled and bundled with JavaScript for use in web applications. | 532 |
lys-lang/lys | A language compiler to WebAssembly | 420 |
haskell-to-elm/haskell-to-elm | Generates matching Elm type definitions and JSON encoders and decoders from Haskell types | 61 |
dillonkearns/elm-ts-json | Builds a standardized API for encoding and decoding data between Elm and TypeScript | 42 |
zwilias/elm-json | A toolset for managing Elm dependencies and files, including installation, upgrade, uninstallation, and initialization of new projects. | 182 |