{"id":24056875,"url":"https://github.com/eyal-wowhub/tooltipbuilder","last_synced_at":"2025-02-26T12:16:22.828Z","repository":{"id":271031363,"uuid":"912200748","full_name":"Eyal-WowHub/TooltipBuilder","owner":"Eyal-WowHub","description":"A library that provides a fluent interface to the GameTooltip API, making it easier to manage tooltip lines and customize their appearance.","archived":false,"fork":false,"pushed_at":"2025-02-09T15:10:42.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T12:16:20.291Z","etag":null,"topics":["lib","library","lua","world-of-warcraft","world-of-warcraft-addon","wow","wow-addon"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Eyal-WowHub.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":"2025-01-04T22:18:40.000Z","updated_at":"2025-02-09T15:12:39.000Z","dependencies_parsed_at":"2025-01-05T14:34:09.109Z","dependency_job_id":null,"html_url":"https://github.com/Eyal-WowHub/TooltipBuilder","commit_stats":null,"previous_names":["eyal-wow-addons/tooltipbuilder","eyal-wowhub/tooltipbuilder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyal-WowHub%2FTooltipBuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyal-WowHub%2FTooltipBuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyal-WowHub%2FTooltipBuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyal-WowHub%2FTooltipBuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eyal-WowHub","download_url":"https://codeload.github.com/Eyal-WowHub/TooltipBuilder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240849014,"owners_count":19867617,"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":["lib","library","lua","world-of-warcraft","world-of-warcraft-addon","wow","wow-addon"],"created_at":"2025-01-09T05:27:24.838Z","updated_at":"2025-02-26T12:16:22.776Z","avatar_url":"https://github.com/Eyal-WowHub.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TooltipBuilder\n\nA library that provides a fluent interface to the GameTooltip API, making it easier to manage tooltip lines and customize their appearance.\n\n#### Dependencies: [LibStub](https://www.curseforge.com/wow/addons/libstub), [Contracts](https://github.com/Eyal-WowHub/Contracts)\n\n### Examples:\n\n```lua\nlocal Tooltip = LibStub(\"TooltipBuilder-1.0\")\n```\n\n1. Build a single line tooltip.\n```lua\nTooltip\n    :SetLine(\"Hello from TooltipBuilder\")\n    :SetPlayerClassColor()\n    :ToLine()\n```\n\n2. Build a double line tooltip.\n```lua\nTooltip\n    :SetLine(\"Hello\")\n    :SetWhiteColor()\n    :SetLine(\"TooltipBuilder\")\n    :SetPlayerClassColor()\n    :ToLine()\n```\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyal-wowhub%2Ftooltipbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyal-wowhub%2Ftooltipbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyal-wowhub%2Ftooltipbuilder/lists"}