Analyses an Elm application and exports all definitions and associated type signatures to JSON.
git clone git@github.com:ronanyeah/elm-scan.gitcd elm-scannpm install --productionnpm install --global .
# Inside an Elm application folder containing `elm.json`
$ elm-scan
# Save output
$ elm-scan > project_definitions.json
# Interact with the json output
$ elm-scan | jless