{"id":18581680,"url":"https://github.com/jpablo/type-explorer","last_synced_at":"2025-04-10T11:35:30.386Z","repository":{"id":223192541,"uuid":"410786178","full_name":"jpablo/type-explorer","owner":"jpablo","description":"Code exploration via diagrams","archived":false,"fork":false,"pushed_at":"2024-09-18T07:32:59.000Z","size":7609,"stargazers_count":18,"open_issues_count":21,"forks_count":0,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2025-03-24T20:22:06.101Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","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/jpablo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-09-27T07:35:11.000Z","updated_at":"2024-05-21T18:46:09.000Z","dependencies_parsed_at":"2024-05-15T20:58:59.899Z","dependency_job_id":"190468f8-42d2-4618-9be6-fa82d651e954","html_url":"https://github.com/jpablo/type-explorer","commit_stats":null,"previous_names":["jpablo/type-explorer"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpablo%2Ftype-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpablo%2Ftype-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpablo%2Ftype-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpablo%2Ftype-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpablo","download_url":"https://codeload.github.com/jpablo/type-explorer/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248208688,"owners_count":21065205,"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":[],"created_at":"2024-11-07T00:06:38.411Z","updated_at":"2025-04-10T11:35:25.366Z","avatar_url":"https://github.com/jpablo.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Type Explorer\n\nExplore the types of your Scala code in a visual way.\n\n# Install\nDownload the latest release from [here](https://github.com/juanpablo-r/type-explorer/releases).\n\nUnzip the file and add `type-explorer-$version/bin` to your `$PATH`.\n\nThere are two files in the `bin` folder:\n- `type-explorer`: The main executable\n- `type-explorer-compile-project.sh`: A script to compile your project with semanticdb enabled.\n\n## Requirements\n- JVM 8 or higher\n- SBT based project\n\n# Compile your code\n`type-explorer-compile-project.sh` will compile the project in the current directory. \n\n```bash\n❯ cd akka-persistence-jdbc\n❯ type-explorer-compile-project.sh\n```\n\nTo compile a single module:\n\n```bash\n❯ type-explorer-compile-project.sh module-name\n```\n\n# Run\n\n```bash\n❯ type-explorer\n--------------------------------------------------\nWelcome to Type Explorer!\nname: type-explorer-shared, version: 0.2.0, scalaVersion: 3.3.1, sbtVersion: 1.9.6\nOpen your browser at http://localhost:8090/\nPress Ctrl-C to stop the server\n--------------------------------------------------\n```\n\n# Examples\n\nScala standard library.\n\n```bash\n❯ git clone https://github.com/scala/scala.git\n❯ cd scala\n\n❯ pwd\n/Users/jpablo/GitHub/scala\n\n❯ type-explorer-compile-project.sh\n\n❯ find . -name \"*.semanticdb\" | wc -l\n    1215\n```\n\nInitial screen\n\n\u003cimg src=\"./docs/screenshots/initial-screen.png\" alt=\"initial-screen\" style=\"zoom:50%;\" /\u003e\n\nSelect folder containing semanticdb files and name project\n\n\u003cimg src=\"./docs/screenshots/base-path.png\" alt=\"base-path\" style=\"zoom:50%;\" /\u003e\n\n\u003cimg src=\"./docs/screenshots/project-name.png\" alt=\"project-name\" style=\"zoom:50%;\" /\u003e\n\nAdd a type to the diagram\n\n\u003cimg src=\"./docs/screenshots/select-type.png\" alt=\"select-type\" style=\"zoom:50%;\" /\u003e\n\nAdd all parents\n\n\u003cimg src=\"./docs/screenshots/inheritance-diagram.png\" alt=\"inheritance-diagram\" style=\"zoom:50%;\" /\u003e\n\n# License\n\n[License](./LICENSE)\n\nCopyright 2024 Juan Pablo Romero and the type-explorer contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpablo%2Ftype-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpablo%2Ftype-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpablo%2Ftype-explorer/lists"}