{"id":19106551,"url":"https://github.com/fireblade-engine/time","last_synced_at":"2025-04-30T17:50:06.951Z","repository":{"id":91696246,"uuid":"314328353","full_name":"fireblade-engine/time","owner":"fireblade-engine","description":"Time utilities for Fireblade","archived":false,"fork":false,"pushed_at":"2025-03-19T22:00:06.000Z","size":55,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T08:10:21.280Z","etag":null,"topics":["spm","swift","time","timers"],"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/fireblade-engine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["ctreffs"],"custom":["https://www.paypal.com/donate?hosted_button_id=GCG3K54SKRALQ"]}},"created_at":"2020-11-19T17:56:34.000Z","updated_at":"2025-03-07T17:04:24.000Z","dependencies_parsed_at":"2025-01-08T03:25:59.641Z","dependency_job_id":"6e630aab-14e4-4d6f-83b6-3a0bcffb09b5","html_url":"https://github.com/fireblade-engine/time","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblade-engine%2Ftime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblade-engine%2Ftime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblade-engine%2Ftime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblade-engine%2Ftime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fireblade-engine","download_url":"https://codeload.github.com/fireblade-engine/time/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251756191,"owners_count":21638847,"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":["spm","swift","time","timers"],"created_at":"2024-11-09T04:08:38.094Z","updated_at":"2025-04-30T17:50:06.925Z","avatar_url":"https://github.com/fireblade-engine.png","language":"Swift","funding_links":["https://github.com/sponsors/ctreffs","https://www.paypal.com/donate?hosted_button_id=GCG3K54SKRALQ"],"categories":[],"sub_categories":[],"readme":"# FirebladeTime\n\n[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)\n[![macOS](https://github.com/fireblade-engine/time/actions/workflows/ci-macos.yml/badge.svg)](https://github.com/fireblade-engine/time/actions/workflows/ci-macos.yml)\n[![Linux](https://github.com/fireblade-engine/time/actions/workflows/ci-linux.yml/badge.svg)](https://github.com/fireblade-engine/time/actions/workflows/ci-linux.yml)\n\nA dependency free, lightweight, time library in Swift.  It is developed and maintained as part of the [Fireblade Game Engine project](https://github.com/fireblade-engine).\n\n## 🚀 Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine and provide a code example.\n\n### 📋 Prerequisites\n\n* [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager)\n* [Swiftlint](https://github.com/realm/SwiftLint) for linting - (optional)\n\n### 💻 Installing\n\nFireblade Time is available for all platforms that support [Swift 5.1](https://swift.org/) and higher and the [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager).\n\nExtend the following lines in your `Package.swift` file or use it to create a new project.\n\n```swift\n// swift-tools-version:5.1\n\nimport PackageDescription\n\nlet package = Package(\n    name: \"YourPackageName\",\n    dependencies: [\n        .package(url: \"https://github.com/fireblade-engine/time.git\", from: \"0.2.0\")\n    ],\n    targets: [\n        .target(\n            name: \"YourTargetName\",\n            dependencies: [\"FirebladeTime\"])\n    ]\n)\n\n```\n\n## 💁 How to contribute\n\nIf you want to contribute please see the [CONTRIBUTION GUIDE](CONTRIBUTING.md) first. \n\nTo start your project contribution run these in your command line:\n\n1. `git clone git@github.com:fireblade-engine/time.git fireblade-time`\n2. `cd fireblade-time`\n\nBefore commiting code please ensure to run:\n\n- `make pre-push`\n\nThis project is currently maintained by [@ctreffs](https://github.com/ctreffs).   \nSee also the list of [contributors](https://github.com/fireblade-engine/time/contributors) who participated in this project.\n\n## 🔏 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireblade-engine%2Ftime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffireblade-engine%2Ftime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireblade-engine%2Ftime/lists"}