lydell / elm-value-graph

Show how every value in an Elm application depend on each other, as a graph.

Home Page:https://lydell.github.io/elm-value-graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm Value Graph

Try it: https://lydell.github.io/elm-value-graph

This app shows you how every function – or any value – in an Elm application depend on each other, as a graph. It lets you answer questions like “why do I depend on this package?”. Think of it as a recursive “Find usages” IDE action.

Note: All elm/* packages are excluded because they made the graph too noisy.

Warning: This is essentially a quick hack. I run a bunch of regex on the compiled JavaScript output. It seems to work good enough, though.

About

Show how every value in an Elm application depend on each other, as a graph.

https://lydell.github.io/elm-value-graph

License:MIT License


Languages

Language:Elm 99.2%Language:JavaScript 0.6%Language:CSS 0.2%Language:HTML 0.1%