A tool that allows you to analyse your Elm code, identify deficiencies and apply best practices
Check your elm-markup files (*.emu) for errors using any elm-markup documents you have defined in your Elm code
A linter for Elm based on user-supplied rules, with an online and CLI versions. Has the ability to apply automatic fixes
Cross-referencing tools for Elm. Find unused code, and figure out where specific functions are used
Would you like to use Elm for real-world projects?
📢 My book
Practical Elm
skips the basics and gets straight into the nuts-and-bolts of building non-trivial apps.
🛠 Things like building out the UI, communicating with servers, parsing JSON, structuring the application as it grows, testing, and so on.