{"id":19869719,"url":"https://github.com/aduryagin/skip-week-calendar","last_synced_at":"2025-09-09T15:45:52.995Z","repository":{"id":259027171,"uuid":"861671209","full_name":"aduryagin/skip-week-calendar","owner":"aduryagin","description":"Weekly Calendar for Skip","archived":false,"fork":false,"pushed_at":"2024-10-21T13:15:16.000Z","size":1934,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T00:53:21.574Z","etag":null,"topics":["skip","weekly-calendar"],"latest_commit_sha":null,"homepage":"https://skip.tools","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aduryagin.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":"2024-09-23T10:16:33.000Z","updated_at":"2024-10-21T13:15:20.000Z","dependencies_parsed_at":"2024-10-22T16:19:28.505Z","dependency_job_id":null,"html_url":"https://github.com/aduryagin/skip-week-calendar","commit_stats":null,"previous_names":["aduryagin/skip-week-calendar"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/aduryagin/skip-week-calendar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduryagin%2Fskip-week-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduryagin%2Fskip-week-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduryagin%2Fskip-week-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduryagin%2Fskip-week-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aduryagin","download_url":"https://codeload.github.com/aduryagin/skip-week-calendar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aduryagin%2Fskip-week-calendar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264915992,"owners_count":23682957,"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":["skip","weekly-calendar"],"created_at":"2024-11-12T16:06:42.031Z","updated_at":"2025-07-12T00:06:08.857Z","avatar_url":"https://github.com/aduryagin.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SkipWeekCalendar\n\n![Preview](./preview.gif)\n\n## Installation\n\nUpdate Package.swift\n```swift\ndependencies: [\n    // Other dependencies here\n    .package(url: \"https://github.com/aduryagin/skip-week-calendar.git\", branch: \"main\")\n],\ntargets: [\n    .target(\n        name: \"YourProjectName\",\n        dependencies: [\n            // List your target dependencies here, including the new package\n            .product(name: \"SkipWeekCalendar\", package: \"skip-week-calendar\")\n        ]\n    ),\n]\n```\n\n## Usage\n\n```swift\nimport SwiftUI\nimport SkipWeekCalendar\n\npublic struct ContentView: View {\n    public var body: some View {\n        WeekCalendar { isSelected, isToday, date, onTap in\n            // You can replace this View with your own\n            WeekDayView(\n                isSelected: isSelected,\n                isToday: isToday,\n                date: date,\n                onTap: onTap\n            )\n        }\n    }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faduryagin%2Fskip-week-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faduryagin%2Fskip-week-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faduryagin%2Fskip-week-calendar/lists"}