elm-format
Elm formatter
Tool to standardize code formatting in Elm programming language projects
elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide
1k stars
25 watching
148 forks
Language: Haskell
last commit: over 1 year ago
Linked from 1 awesome list
code-styleelmformatter
Related projects:
Repository | Description | Stars |
---|---|---|
avh4/elm-program-test | Provides a convenient API for testing Elm programs as complete units | 93 |
evancz/elm-format-on-save | Automates formatting of Elm files on save | 23 |
haskell-to-elm/haskell-to-elm | Generates matching Elm type definitions and JSON encoders and decoders from Haskell types | 61 |
eeue56/haskell-to-elm | A collection of examples demonstrating key differences between Haskell and Elm programming languages | 67 |
agrafix/elm-bridge | A tool to automatically generate Elm types and functions from Haskell definitions | 100 |
the-sett/elm-pretty-printer | A library for pretty-printing Elm code to produce readable and formatted output. | 12 |
holmusk/elm-street | Automates generating Elm-compatible JSON encoders and decoders from Haskell types | 88 |
elm/package.elm-lang.org | A website providing access to community-created Elm packages and their documentation | 293 |
haskell-servant/servant-elm | Automates the generation of Elm functions to query Servant web services | 164 |
krisajenkins/elm-export | Generates Elm types and JSON decoders from Haskell source. | 116 |
elm-tooling/elm-language-server | A language server implementation for Elm programming language | 419 |
tweag/ormolu | A tool that formats Haskell source code to a consistent style | 964 |
jcollard/elm-mode | An Emacs extension for syntax highlighting and code organization of Elm projects | 376 |
elm-guides/elm-for-js | A community-driven guide to help JavaScript developers transition to Elm programming language | 229 |
chadtech/elmish-wasm | An experiment to compile a simplified version of the Elm programming language to human-readable WebAssembly bytecode | 17 |