{"id":13827595,"url":"https://github.com/alexkuz/script-progress","last_synced_at":"2025-04-30T17:27:38.950Z","repository":{"id":40000106,"uuid":"140074575","full_name":"alexkuz/script-progress","owner":"alexkuz","description":"Estimate script execution time","archived":false,"fork":false,"pushed_at":"2019-02-04T15:18:53.000Z","size":8,"stargazers_count":178,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-26T15:50:41.594Z","etag":null,"topics":["cli","eta","npm","progress","yarn"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/alexkuz.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":"2018-07-07T10:26:31.000Z","updated_at":"2024-11-30T05:31:50.000Z","dependencies_parsed_at":"2022-06-26T06:01:15.299Z","dependency_job_id":null,"html_url":"https://github.com/alexkuz/script-progress","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/alexkuz%2Fscript-progress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexkuz%2Fscript-progress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexkuz%2Fscript-progress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexkuz%2Fscript-progress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexkuz","download_url":"https://codeload.github.com/alexkuz/script-progress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251750607,"owners_count":21637751,"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","eta","npm","progress","yarn"],"created_at":"2024-08-04T09:02:02.746Z","updated_at":"2025-04-30T17:27:38.921Z","avatar_url":"https://github.com/alexkuz.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# script-progress\n\nA simple tool for heavy NPM/Yarn scripts that run for a long but roughly identical time. It's not intended to be precise but gives you some sense of execution time.\n\n### Installation\n\n```sh\nyarn add script-progress\n```\nor\n```sh\nnpm i script-progress\n```\n\n### Example Usage\n\nChange your build script in `package.json`:\n```diff\n- \"build\": \"react-scripts build\",\n+ \"build-js\": \"react-scripts build\",\n+ \"build\": \"script-progress yarn build-js\",\n```\nor just\n```diff\n- \"build\": \"react-scripts build\",\n+ \"build\": \"script-progress react-scripts build\",\n```\n\nThe script will show a progress bar on the second and subsequent runs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexkuz%2Fscript-progress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexkuz%2Fscript-progress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexkuz%2Fscript-progress/lists"}