{"id":13722970,"url":"https://github.com/eproxus/grapherl","last_synced_at":"2025-03-17T00:33:56.639Z","repository":{"id":136904359,"uuid":"948986","full_name":"eproxus/grapherl","owner":"eproxus","description":"Create graphs of Erlang systems and programs","archived":false,"fork":false,"pushed_at":"2023-06-19T14:31:51.000Z","size":292,"stargazers_count":90,"open_issues_count":1,"forks_count":19,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-02-27T15:37:41.166Z","etag":null,"topics":["erlang","graphviz"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eproxus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["eproxus"],"liberapay":"eproxus"}},"created_at":"2010-09-29T17:43:46.000Z","updated_at":"2025-02-11T05:50:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"949253a7-d433-47ce-bcc8-41ac1ff87cfc","html_url":"https://github.com/eproxus/grapherl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eproxus%2Fgrapherl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eproxus%2Fgrapherl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eproxus%2Fgrapherl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eproxus%2Fgrapherl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eproxus","download_url":"https://codeload.github.com/eproxus/grapherl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835942,"owners_count":20355611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["erlang","graphviz"],"created_at":"2024-08-03T01:01:35.065Z","updated_at":"2025-03-17T00:33:56.631Z","avatar_url":"https://github.com/eproxus.png","language":"Erlang","funding_links":["https://github.com/sponsors/eproxus","https://liberapay.com/eproxus"],"categories":["Tooling"],"sub_categories":[],"readme":"grapherl\n========\nCreate graphs of Erlang systems and programs.\n\nGetting Started\n---------------\n\nFirst, install graphviz. On Ubuntu:\n\n    $ sudo aptitude install graphviz\n\nOn OS X, download and install the [OS X version of graphviz][1] or use\n[homebrew][2]:\n\n    $ brew install graphviz\n\nTo compile grapherl, type:\n\n    $ make\n\nor the equivalent `./rebar compile`.\n\nTo start a grapherl shell after compilation, type:\n\n    $ erl -pa ebin\n\nAlternatively, compile a grapherl stand-alone executable by doing:\n\n    $ ./rebar escriptize\n\nThis will produce a `grapherl` executable in the root directory. Use\nthe flags `-h` or `--help` to see wich arguments it needs.\n\nExamples\n--------\nHere's some examples of using grapherl.\n\nThe following two calls are equal. They will both generate\n`my_app.png` in the current directory.\n\n    Eshell V5.7.5  (abort with ^G)\n    1\u003e grapherl:modules(\"/path/to/my_app\", \"my_app\").\n    ok\n    2\u003e grapherl:modules(\"/path/to/my_app/ebin\", \"my_app\", [no_ebin]).\n    ok\n\nFor example, if you have an Erlang release in the folder `my_node`,\nyou can create a application dependency graph in SVG format by doing\nthe following:\n\n    Eshell V5.7.5  (abort with ^G)\n    1\u003e grapherl:applications(\"/path/to/my_node/lib\", \"my_node\", [{type, svg}]).\n    ok\n\nThis will create `my_node.svg` in the current directory.\n\nTips\n---\n\nIf you're using Gnome under Linux, use the option `{open,\n\"gnome-open\"}` to directly see the resulting image.\n\nIf you're using OS X, use the option `{open, \"open\"}`.\n\nContribute\n----------\n\nShould you find yourself using grapherl and have issues, comments or\nfeedback please [create an issue!][3]\n\nPatches are greatly appreciated!\n\n[1]: http://www.pixelglow.com/graphviz/ \"graphviz for OS X\"\n[2]: https://github.com/mxcl/homebrew \"The missing package manager for OS\"\n[3]: http://github.com/eproxus/grapherl/issues \"grapherl issue tracker\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feproxus%2Fgrapherl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feproxus%2Fgrapherl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feproxus%2Fgrapherl/lists"}