{"id":21621324,"url":"https://github.com/yutailang0119/progressspinnerkit","last_synced_at":"2025-08-21T04:30:55.669Z","repository":{"id":38385325,"uuid":"142659232","full_name":"yutailang0119/ProgressSpinnerKit","owner":"yutailang0119","description":"A library to display an ActivityIndicator for CLI.","archived":false,"fork":false,"pushed_at":"2025-03-17T08:23:21.000Z","size":341,"stargazers_count":43,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-01T22:07:01.131Z","etag":null,"topics":["cli","swift","swift-package-manager"],"latest_commit_sha":null,"homepage":"https://github.com/yutailang0119/ProgressSpinnerKit","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/yutailang0119.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-28T08:05:53.000Z","updated_at":"2025-03-17T08:23:25.000Z","dependencies_parsed_at":"2022-08-18T23:00:32.831Z","dependency_job_id":"e823aa13-cc31-4610-b943-32ad78162582","html_url":"https://github.com/yutailang0119/ProgressSpinnerKit","commit_stats":{"total_commits":80,"total_committers":2,"mean_commits":40.0,"dds":0.125,"last_synced_commit":"34f045e224cc8838d119cb5af6db11b5352cf098"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/yutailang0119/ProgressSpinnerKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutailang0119%2FProgressSpinnerKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutailang0119%2FProgressSpinnerKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutailang0119%2FProgressSpinnerKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutailang0119%2FProgressSpinnerKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yutailang0119","download_url":"https://codeload.github.com/yutailang0119/ProgressSpinnerKit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutailang0119%2FProgressSpinnerKit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271424994,"owners_count":24757382,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","swift","swift-package-manager"],"created_at":"2024-11-24T23:14:32.862Z","updated_at":"2025-08-21T04:30:55.664Z","avatar_url":"https://github.com/yutailang0119.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://developer.apple.com/swift\"\u003e\u003cimg alt=\"Swift 5.9\" src=\"https://img.shields.io/badge/Swift-5.9-orange.svg?style=flat\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://swift.org/package-manager/\"\u003e\u003cimg alt=\"Swift Package Manager\" src=\"https://img.shields.io/badge/Swift_Package_Manager-compatible-green.svg?style=flat\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/yutailang0119/ProgressSpinnerKit/blob/main/LICENSE\"\u003e\u003cimg alt=\"Lincense\" src=\"https://img.shields.io/badge/license-MIT-black.svg?style=flat\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e \n\u003cimg src=\"./Documentation/ProgressSpinnerKit.gif\"\u003e\n\u003c/p\u003e\n\nA library to display an ActivityIndicator for CLI.  \nMotivated by  \n\n* [apple/swift-tools-support-core//TSCUtility/ProgressAnimation](https://github.com/apple/swift-tools-support-core/blob/main/Sources/TSCUtility/ProgressAnimation.swift)\n* [briandowns/spinner](https://github.com/briandowns/spinner)\n\n## A Work In Progress\n\nProgressSpinnerKit is still in active development.  \n\n## Dome\n\n![](./Documentation/Demo.gif)\n\n## Installation\n\n### [Swift Package Manager](https://swift.org/package-manager/)\n\n```swift\n// swift-tools-version:5.9\n// The swift-tools-version declares the minimum version of Swift required to build this package.\n\nimport PackageDescription\n\nlet package = Package(\n  name: \"ExamplePackage\",\n  dependencies: [\n    .package(url: \"https://github.com/yutailang0119/ProgressSpinnerKit\", from: \"0.5.0\"),\n  ],\n  targets: [\n    .target(name: \"ExampleTarget\", dependencies: [\"ProgressSpinnerKit\"]),\n  ]\n)\n```\n\nhttps://github.com/apple/swift-package-manager  \n\n## Usage\n\n```swift\nimport TSCBasic\nimport ProgressSpinnerKit\n\nlet task = Task {\n  let spinner = progressSpinner(for: TSCBasic.stdoutStream, header: \" Loading:\")\n  await spinner.start()\n}\n// Something on the main thread.\ntask.cancel()\n```\n\n## Author\n\n[Yutaro Muta](https://github.com/yutailang0119)\n- muta.yutaro@gmail.com\n- [@yutailang0119](https://twitter.com/yutailang0119)\n\n## License\n\nProgressSpinnerKit is available under the MIT license. See [the LICENSE file](./LICENSE) for more info.  \nThis software includes the work that is distributed in the Apache License 2.0.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyutailang0119%2Fprogressspinnerkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyutailang0119%2Fprogressspinnerkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyutailang0119%2Fprogressspinnerkit/lists"}