Elm interReactor (experimental)

Hello elm community!

We (the funk team) have decided to open-source a little experimental tool we have been working on over the recent weeks. It essentially provides clickable elm error messages and automatically applies reasonable fixes.

# run this where your elm.json lives
npx @funk-team/elm-interreactor
# then go to localhost:8080

Please notice that this tool is very brittle so use it at your own risk.

Contributions in the form of ideas and fix-suggestion implementations are welcome.

Find the instructions, known issues and rationale in the repository.

https://github.com/funk-team/elm-interreactor

Have a great start in the week.
Jan

15 Likes

I love seeing little utilities like this. Thanks for sharing! :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.