{"id":21801178,"url":"https://github.com/lucemans/whatthedot","last_synced_at":"2026-05-08T18:35:36.099Z","repository":{"id":116009136,"uuid":"306187397","full_name":"lucemans/whatthedot","owner":"lucemans","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-10T21:39:13.000Z","size":69,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T06:46:35.150Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucemans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-10-22T01:12:06.000Z","updated_at":"2022-01-04T06:40:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"c0e3b8c3-ea32-4d55-afba-31adcd1e5f12","html_url":"https://github.com/lucemans/whatthedot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucemans/whatthedot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucemans%2Fwhatthedot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucemans%2Fwhatthedot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucemans%2Fwhatthedot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucemans%2Fwhatthedot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucemans","download_url":"https://codeload.github.com/lucemans/whatthedot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucemans%2Fwhatthedot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32792400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-27T11:16:41.384Z","updated_at":"2026-05-08T18:35:36.072Z","avatar_url":"https://github.com/lucemans.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WhAtThEdOt\nA simple library for building dot (graphviz) files with javascript and typescript\n\n# Aim\nMy primary aim for this project is to build something fun while learning DOT on the way.\nAnd ofc just have fun with dot\n\n# Examples\nBelow are some examples of fun stuff you can do with dot\n## Ur average dot file\n### Code\n```dot\ndigraph figureName {\n    name -\u003e thing;\n    thing -\u003e name;\n}\n```\n### Output:\n![](./examples/basic.dot.svg)\n\n## Example from the documentation\n### Code\n```dot\ndigraph G {\n    main -\u003e parse -\u003e execute;\n    main -\u003e init;\n    main -\u003e cleanup;\n    execute -\u003e make_string;\n    execute -\u003e printf;\n    init -\u003e make_string;\n    main -\u003e printf;\n    execute -\u003e compare;\n}\n```\n### Output:\n![](./examples/docs.dot.svg)\n\n# Export / Convert\nExporting can be done to `pdf` file format through the following command.\n```shell\n$ dot -Tpdf foo.dot -o foo.pdf\n```\n\n# Extension\nAllows you to open preview of your graph to the side\n\n# Links\n| Description | Link |\n| --------- | ---- |\n| The dot documentation | https://graphviz.org/pdf/dotguide.pdf |\n| VSCode Extension | https://marketplace.visualstudio.com/items?itemName=joaompinto.vscode-graphviz |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucemans%2Fwhatthedot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucemans%2Fwhatthedot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucemans%2Fwhatthedot/lists"}