{"id":18352358,"url":"https://github.com/limpix31/cli-stage","last_synced_at":"2025-04-10T00:38:13.461Z","repository":{"id":57200129,"uuid":"456848897","full_name":"LIMPIX31/cli-stage","owner":"LIMPIX31","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-15T22:54:09.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T00:38:10.952Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/LIMPIX31.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}},"created_at":"2022-02-08T08:39:48.000Z","updated_at":"2022-02-08T08:47:37.000Z","dependencies_parsed_at":"2022-09-16T15:12:31.457Z","dependency_job_id":null,"html_url":"https://github.com/LIMPIX31/cli-stage","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/LIMPIX31%2Fcli-stage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIMPIX31%2Fcli-stage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIMPIX31%2Fcli-stage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIMPIX31%2Fcli-stage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LIMPIX31","download_url":"https://codeload.github.com/LIMPIX31/cli-stage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138008,"owners_count":21053775,"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":"2024-11-05T21:35:43.531Z","updated_at":"2025-04-10T00:38:13.440Z","avatar_url":"https://github.com/LIMPIX31.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cli-stage\n**Simple tool for displaying stages in the terminal**\n![demo](https://i.imgur.com/wEpqxfX.gif)\n\n## Example\n```js\nimport { CliStage } from 'cli-stage'\n\nconst wait = timeout =\u003e new Promise(r =\u003e setTimeout(r, timeout))\n\n;(async () =\u003e {\n  const cls = new CliStage('Installing', 'Building', 'Packing')\n  cls.start()\n  await wait(5000)\n  cls.success()\n  await wait(5000)\n  cls.success()\n  await wait(5000)\n  cls.error()\n})()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimpix31%2Fcli-stage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimpix31%2Fcli-stage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimpix31%2Fcli-stage/lists"}