{"id":16086696,"url":"https://github.com/astares/pharo-yuml","last_synced_at":"2025-04-05T14:43:27.553Z","repository":{"id":78113971,"uuid":"240391125","full_name":"astares/Pharo-YUML","owner":"astares","description":"Simple YUML Link generator to document classes in Pharo","archived":false,"fork":false,"pushed_at":"2020-02-14T09:26:04.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T11:40:37.024Z","etag":null,"topics":["pharo"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/astares.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":"2020-02-13T23:48:48.000Z","updated_at":"2020-05-23T14:05:57.000Z","dependencies_parsed_at":"2023-02-25T02:45:47.627Z","dependency_job_id":null,"html_url":"https://github.com/astares/Pharo-YUML","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astares%2FPharo-YUML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astares%2FPharo-YUML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astares%2FPharo-YUML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astares%2FPharo-YUML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astares","download_url":"https://codeload.github.com/astares/Pharo-YUML/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353676,"owners_count":20925325,"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":["pharo"],"created_at":"2024-10-09T13:24:56.333Z","updated_at":"2025-04-05T14:43:27.534Z","avatar_url":"https://github.com/astares.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pharo-YUML\nSimple YUML Link generator to document class hierarchies in [Pharo](http://www.pharo.org).\n\n## Introduction\n\nSometimes it is helpful to create a simple class hierarchy diagram within your documentation. There is an online service [yuml.me](http://yuml.me) which is able to generate diagrams based on given URL parameters.\n\nAt it is cumbersome to write the URL pattern manually this little utility project allows you to directly generate a link from a given Pharo class to display a diagram of the subclass hierarchy.\n\n## Quick Start \n\nYou can load the project from Pharo catalog or via the following load script:\n\n```Smalltalk\nMetacello new \n\trepository: 'github://astares/Pharo-YUML/src';\n\tbaseline: 'YUML';\n\tload\n```\n\n\n## Documentation\n\nThe project includes a simple class that you can use to generate the link by giving the start of the hierarchy. For example the expression:\n\n```Smalltalk\nYUMLGenerator new generateHierarchyFor: String\n```\n\nwill return a URL string for [yuml.me](http://yuml.me) service:\n\n```\nhttps://yuml.me/diagram/class/class/[String],[String]%5E-[ByteString],[String]%5E-[Symbol],[Symbol]%5E-[ByteSymbol],[Symbol]%5E-[WideSymbol],[String]%5E-[WideString]\n```\n\nwhich you can open in a browser manually but also easily embedd into your documentation.\n\n![String hierarchy](https://yuml.me/diagram/class/class/[String],[String]%5E-[ByteString],[String]%5E-[Symbol],[Symbol]%5E-[ByteSymbol],[Symbol]%5E-[WideSymbol],[String]%5E-[WideString])\n\nIf you want to check directly you can evaluate:\n\n```Smalltalk\nYUMLGenerator open: String\n```\n\nwhile will open your local webbrowser on the generated URL link\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastares%2Fpharo-yuml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastares%2Fpharo-yuml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastares%2Fpharo-yuml/lists"}