Skip to content
/ allelm Public

download elm.json file for every published Elm package and generate a force-directed graph layout

License

Notifications You must be signed in to change notification settings

brandly/allelm

Repository files navigation

allelm

Generate a dependency graph for every Elm package to be viewed in pm.

usage

set TOKEN to a GitHub access token.

$ git clone https://github.com/brandly/allelm.git
$ cd allelm
$ npm install

# scrape `elm.json` files into ./packages
$ TOKEN=abc123 node index.js

# find exact versions for each dependency, calculate layout
# produces .bin files in data/
$ find ./packages -name '*.json' | node build-graph.js

prior art

About

download elm.json file for every published Elm package and generate a force-directed graph layout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published