{"id":21318364,"url":"https://github.com/mezhevikin/maker","last_synced_at":"2025-03-15T22:14:13.404Z","repository":{"id":63917861,"uuid":"537417331","full_name":"mezhevikin/Maker","owner":"mezhevikin","description":"🍰 A tiny syntactic sugar for Swift initializers. Only 15 lines of codes.","archived":false,"fork":false,"pushed_at":"2022-09-17T13:37:20.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T23:09:20.100Z","etag":null,"topics":["closure","init","initializer","initializers","ios","lambda","lightweight","macos","make","maker","nsobject","sugar","swift","then","uikit","uiview"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/mezhevikin.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}},"created_at":"2022-09-16T10:52:29.000Z","updated_at":"2022-09-27T16:53:18.000Z","dependencies_parsed_at":"2023-01-14T13:45:28.015Z","dependency_job_id":null,"html_url":"https://github.com/mezhevikin/Maker","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/mezhevikin%2FMaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mezhevikin%2FMaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mezhevikin%2FMaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mezhevikin%2FMaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mezhevikin","download_url":"https://codeload.github.com/mezhevikin/Maker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243796741,"owners_count":20349264,"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":["closure","init","initializer","initializers","ios","lambda","lightweight","macos","make","maker","nsobject","sugar","swift","then","uikit","uiview"],"created_at":"2024-11-21T19:12:31.704Z","updated_at":"2025-03-15T22:14:13.378Z","avatar_url":"https://github.com/mezhevikin.png","language":"Swift","readme":"# Maker\n\n🍰 A tiny syntactic sugar for Swift initializers. Only 15 lines of codes.\n\n```swift\nlet titleLabel = UILabel {\n    $0.textColor = .red\n    $0.text = \"Hello\"\n}\n```\n\n### Alternative\n\n```swift\nlet titleLabel = UILabel().make {\n    $0.textColor = .red\n    $0.text = \"Hello\"\n}\n```\n\n### Swift Package Manager\n\n```\nhttps://github.com/mezhevikin/Maker.git\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmezhevikin%2Fmaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmezhevikin%2Fmaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmezhevikin%2Fmaker/lists"}