{"id":22222005,"url":"https://github.com/fabiospampinato/tiny-spinner","last_synced_at":"2025-07-27T16:32:11.800Z","repository":{"id":65516600,"uuid":"457143509","full_name":"fabiospampinato/tiny-spinner","owner":"fabiospampinato","description":"A simple, yet beautiful, CLI spinner.","archived":false,"fork":false,"pushed_at":"2024-09-15T16:11:48.000Z","size":220,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-11T20:38:56.067Z","etag":null,"topics":["cli","loading","pretty","spinner","terminal","tiny"],"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/fabiospampinato.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},"funding":{"github":"fabiospampinato","custom":"https://www.paypal.me/fabiospampinato"}},"created_at":"2022-02-08T23:50:17.000Z","updated_at":"2024-09-25T14:18:33.000Z","dependencies_parsed_at":"2024-06-19T11:13:57.783Z","dependency_job_id":null,"html_url":"https://github.com/fabiospampinato/tiny-spinner","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"27d3600af3a0c66f6cf78e2a2f92475645877d88"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Ftiny-spinner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Ftiny-spinner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Ftiny-spinner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Ftiny-spinner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiospampinato","download_url":"https://codeload.github.com/fabiospampinato/tiny-spinner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227817017,"owners_count":17824200,"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":["cli","loading","pretty","spinner","terminal","tiny"],"created_at":"2024-12-02T23:16:30.943Z","updated_at":"2025-07-27T16:32:11.795Z","avatar_url":"https://github.com/fabiospampinato.png","language":"TypeScript","funding_links":["https://github.com/sponsors/fabiospampinato","https://www.paypal.me/fabiospampinato"],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"resources/demo.gif\" width=\"522\" alt=\"Demo\"\u003e\n\u003c/p\u003e\n\n# Tiny Spinner\n\nA simple, yet beautiful, CLI spinner.\n\n## Install\n\n```sh\nnpm install tiny-spinner\n```\n\n## Usage\n\n```ts\nimport Spinner from 'tiny-spinner';\n\n// Create spinner\n\nconst spinner = new Spinner ();\n\n// Start spinner with initial message\n\nspinner.start ( 'Doing something' );\n\n// Update message\n\nspinner.update ( 'Still doing something' );\n\n// Exit with a warning message\n\nspinner.warning ( 'Some warning message' );\n\n// Exit with an error message\n\nspinner.error ( 'Some error message' );\n\n// Exit with a success message\n\nspinner.success ( 'Some success message' );\n\n// Exit with a custom message (no prefix symbol)\n\nspinner.stop ( 'Some stop message' );\n\n// Exit without a message\n\nspinner.stop ();\n```\n\n## License\n\nMIT © Fabio Spampinato\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Ftiny-spinner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiospampinato%2Ftiny-spinner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Ftiny-spinner/lists"}