Hi all, I made elm-dep-check <https://github.com/jinjor/elm-dep-check>, a tool for visualizing module dependencies in a Elm project. The motivation was just curious to know how my project is working as a whole (which is over 7k LOC large now, btw), but I also think this may be useful to keep Elm projects healthy.
Using this tool, you'll know following information: - How modules are depending on other modules - Local rules of a project is observed (e.g. `Model.*` should not use `View.*`) - Whether circular dependencies among *directories* exist or not (e.g. `Some.A` -> `Other.B` -> `Some.C`) Other possible features are noted here <https://github.com/jinjor/elm-dep-check/issues/1>. This tool is still POC state now, but already provides enough information. Do you think it helps your project? Thanks. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
