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.
156 stars
9 watching
8 forks
Language: TypeScript
last commit: 4 months ago
Linked from 1 awesome list
elmwatcher
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool to help identify and fix common mistakes in Elm projects through static code analysis | 261 |
| A tool that allows writing of monadic IO programs in Elm and compiling them to Node.js shell scripts | 91 |
| An experiment in building a typed Lisp compiler and evaluator in Elm. | 5 |
| An experiment to compile a simplified version of the Elm programming language to human-readable WebAssembly bytecode | 17 |
| A language server implementation for Elm programming language | 418 |
| An Elm to OCaml compiler that enables porting of codebases from one language to another | 204 |
| A live online debugging tool that allows developers to pause, rewind, and replay programs, swapping in new code to debug. | 66 |
| A parsing library designed to simplify parser creation and improve error messages by using pipelines, backtracking, and tracking context. | 230 |
| An Emacs extension for syntax highlighting and code organization of Elm projects | 376 |
| An Elm testing tool for describing program behavior in a browser environment. | 29 |
| A Webpack loader that enables the Elm programming language to be compiled and bundled with JavaScript for use in web applications. | 532 |
| A language compiler to WebAssembly | 419 |
| Generates matching Elm type definitions and JSON encoders and decoders from Haskell types | 61 |
| Builds a standardized API for encoding and decoding data between Elm and TypeScript | 42 |
| A toolset for managing Elm dependencies and files, including installation, upgrade, uninstallation, and initialization of new projects. | 183 |