{"id":16725848,"url":"https://github.com/severeoverfl0w/vizns","last_synced_at":"2025-03-17T01:31:30.824Z","repository":{"id":75580170,"uuid":"240316020","full_name":"SevereOverfl0w/vizns","owner":"SevereOverfl0w","description":"Visualize the relationships between your namespaces and dependencies","archived":false,"fork":false,"pushed_at":"2024-01-31T19:48:44.000Z","size":76,"stargazers_count":67,"open_issues_count":2,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-27T16:19:49.581Z","etag":null,"topics":["clojure"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/SevereOverfl0w.png","metadata":{"files":{"readme":"README.adoc","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-02-13T17:08:57.000Z","updated_at":"2024-05-31T07:50:56.000Z","dependencies_parsed_at":"2024-01-31T20:49:52.332Z","dependency_job_id":null,"html_url":"https://github.com/SevereOverfl0w/vizns","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/SevereOverfl0w%2Fvizns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevereOverfl0w%2Fvizns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevereOverfl0w%2Fvizns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevereOverfl0w%2Fvizns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SevereOverfl0w","download_url":"https://codeload.github.com/SevereOverfl0w/vizns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243836015,"owners_count":20355615,"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":["clojure"],"created_at":"2024-10-12T22:51:14.261Z","updated_at":"2025-03-17T01:31:30.457Z","avatar_url":"https://github.com/SevereOverfl0w.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Vizns\n\nVisualize the relationship between namespaces and their dependencies.\n\n== Usage\n\nAdd vizns as an alias in your ~/.clojure/deps.edn so it's available in any project:\n\n[source,clojure]\n----\n{:aliases\n {:user/vizns\n  {:deps {io.dominic/vizns {:git/url \"https://github.com/SevereOverfl0w/vizns.git\"\n                            :sha \"85b375763b038c33f2290b9383cde3eebcf6bc8d\"}}\n   :main-opts [\"-m\" \"io.dominic.vizns.core\"]}}}\n----\n\nRun in your project\n\n[source,bash]\n.Produce a navigable folder of SVGs\n----\n$ clj -A:user/vizns navigate\n----\n\n[source,bash]\n.Produce a deps-graph.dot file\n----\n$ clj -A:user/vizns\n----\n\nTIP: You can upload the .dot file to https://edotor.net/ to view without having graphviz installed.\n\n[source,bash]\n.Produce a deps-graph image directly\n----\n$ clj -A:user/vizns single -o deps-graph.png -f png\n$ clj -A:user/vizns single -o deps-graph.svg -f svg\n----\n\n[source,bash]\n.View graph without saving\n----\n$ clj -A:user/vizns single --show\n----\n\n=== Output information\n\nDependencies can be colored 3 colors:\n\nGreen:: You're doing the right thing, carry on.\nRed:: You're using this dependency, but you're relying on it being brought in transitively.  This means you're relying on an implementation detail of a library.  You should add this dependency to your deps.edn\nGrey:: You're not using this dependency (NOTE: There's a lot of false positives here, especially around java)\n\n== Example\n\n(Example sourced from link:https://gitlab.com/camelot-project/camelot[camelot])\n\nlink:https://dominic.io/vizns/camelot/root.svg[Navigation of Camelot] (Click nodes to filter)\n\nimage::camelot-example.svg[]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevereoverfl0w%2Fvizns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsevereoverfl0w%2Fvizns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevereoverfl0w%2Fvizns/lists"}