{"id":24056885,"url":"https://github.com/eyal-wowhub/addon","last_synced_at":"2026-06-17T07:32:34.807Z","repository":{"id":270861986,"uuid":"911257145","full_name":"Eyal-WowHub/Addon","owner":"Eyal-WowHub","description":"A library that facilitates object creation and event handling, providing essential infrastructure for addons.","archived":false,"fork":false,"pushed_at":"2025-01-06T22:41:41.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T12:16:19.636Z","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-02T15:44:14.000Z","updated_at":"2025-01-06T22:41:44.000Z","dependencies_parsed_at":"2025-01-05T14:34:05.120Z","dependency_job_id":"c75ed67e-f29b-4314-9052-852c94efb89c","html_url":"https://github.com/Eyal-WowHub/Addon","commit_stats":null,"previous_names":["eyal-wow-addons/addon","eyal-wowhub/addon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyal-WowHub%2FAddon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyal-WowHub%2FAddon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyal-WowHub%2FAddon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyal-WowHub%2FAddon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eyal-WowHub","download_url":"https://codeload.github.com/Eyal-WowHub/Addon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240849013,"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:26.921Z","updated_at":"2026-06-17T07:32:34.802Z","avatar_url":"https://github.com/Eyal-WowHub.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Addon\n\nA library that facilitates object creation and event handling, providing essential infrastructure for addons.\n\n#### Dependencies: [LibStub](https://www.curseforge.com/wow/addons/libstub), [Contracts](https://github.com/Eyal-WowHub/Contracts)\n\n#### Used By: [WowInfo](https://github.com/Eyal-WowHub/WowInfo)\n\n### Example:\n\n```lua\n-- Main.lua\nlocal addon = LibStub(\"Addon-1.0\"):New(...)\n\nfunction addon:OnInitialized()\n    print(\"Hello from \" .. addon:GetName())\nend\n\n-- Foo.lua\nlocal _, addon = ...\nlocal Foo = addon:NewObject(\"Foo\")\n\nFoo:RegisterEvent(\"PLAYER_LOGIN\", function(_, eventName)\n    print(\"Hello from \" .. eventName)\nend)\n```\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyal-wowhub%2Faddon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyal-wowhub%2Faddon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyal-wowhub%2Faddon/lists"}