{"id":24286134,"url":"https://github.com/d2verb/spinx","last_synced_at":"2026-06-05T17:31:41.204Z","repository":{"id":62300347,"uuid":"559466879","full_name":"d2verb/spinx","owner":"d2verb","description":"↻ A Simple Terminal Spinner for Deno","archived":false,"fork":false,"pushed_at":"2022-10-30T17:26:13.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T07:38:40.577Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/d2verb.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-10-30T07:46:30.000Z","updated_at":"2022-10-30T07:55:16.000Z","dependencies_parsed_at":"2023-01-20T16:00:23.264Z","dependency_job_id":null,"html_url":"https://github.com/d2verb/spinx","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d2verb%2Fspinx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d2verb%2Fspinx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d2verb%2Fspinx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d2verb%2Fspinx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d2verb","download_url":"https://codeload.github.com/d2verb/spinx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242100943,"owners_count":20071824,"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":[],"created_at":"2025-01-16T07:28:44.430Z","updated_at":"2026-06-05T17:31:41.194Z","avatar_url":"https://github.com/d2verb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spinx - A Simple Terminal Spinner for Deno\n\n[![ci](https://github.com/d2verb/spinx/actions/workflows/ci.yml/badge.svg)](.github/workflows/ci.yml)\n[![deno version](https://img.shields.io/badge/deno-%5E1.27.0-green?logo=deno)](https://deno.land)\n[![deno.land](https://img.shields.io/github/v/tag/d2verb/spinx?style=flat\u0026logo=deno\u0026label=deno.land\u0026color=steelblue\u0026sort=semver)](https://deno.land/x/spinx)\n[![codecov](https://codecov.io/gh/d2verb/spinx/branch/main/graph/badge.svg?token=LF5DPSP2X8)](https://codecov.io/gh/d2verb/spinx)\n[![LICENSE](https://img.shields.io/badge/license-MIT-brightgreen)](LICENSE)\n\n## Usage\n\nMore examples can be found under [examples/](examples/)\n\n```ts\nimport { spin, Spinner } from \"https://deno.land/x/spinx@v0.0.2/mod.ts\";\n\nconst spinner = new Spinner({\n  message: \"Now Loading\",\n});\n\nawait spin(async () =\u003e {\n  const p = Deno.run({\n    cmd: [\"sleep\", \"2\"],\n    stdout: \"piped\",\n  });\n  await p.status();\n  await p.close();\n}, spinner);\n```\n\n## LICENSE\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd2verb%2Fspinx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd2verb%2Fspinx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd2verb%2Fspinx/lists"}