{"id":22150911,"url":"https://github.com/yibn2008/progress-extract","last_synced_at":"2025-10-25T21:42:32.853Z","repository":{"id":57331031,"uuid":"98519126","full_name":"yibn2008/progress-extract","owner":"yibn2008","description":"extract compress file with progress bar","archived":false,"fork":false,"pushed_at":"2017-07-28T05:31:38.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-07T20:23:56.211Z","etag":null,"topics":["extract","progress-bar","tar-gzip","zip"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/yibn2008.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","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":"2017-07-27T09:34:17.000Z","updated_at":"2017-07-28T06:24:07.000Z","dependencies_parsed_at":"2022-09-16T17:21:13.026Z","dependency_job_id":null,"html_url":"https://github.com/yibn2008/progress-extract","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/yibn2008%2Fprogress-extract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yibn2008%2Fprogress-extract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yibn2008%2Fprogress-extract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yibn2008%2Fprogress-extract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yibn2008","download_url":"https://codeload.github.com/yibn2008/progress-extract/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245276190,"owners_count":20588894,"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":["extract","progress-bar","tar-gzip","zip"],"created_at":"2024-12-02T00:23:34.528Z","updated_at":"2025-10-25T21:42:27.807Z","avatar_url":"https://github.com/yibn2008.png","language":"JavaScript","readme":"# progress-extract\n\nextract compress file with progress bar, support CLI and node API\n\n## Screenshot\n\n![progress-extract](https://user-images.githubusercontent.com/4136679/28699990-8995b946-737f-11e7-9f61-af0d19534f8a.gif)\n\n## CLI\n\n### Install\n\nInstall as a global module\n\n```bash\n$ npm install progress-extract -g\n```\n\n### Usage\n\nUse `extract` command to extract file\n\n```bash\n$ extract -h\n\n  Usage: extract \u003cfile\u003e\n\n  extract file with progress bar\n\n\n  Options:\n\n    -V, --version          output the version number\n    -d, --directory \u003cdir\u003e  target dir to extract\n    -h, --help             output usage information\n\n  Examples:\n\n    $ extract example.tar.gz\n\n```\n\n## Node API\n\n### Usage\n\n```js\nconst extract = require('progress-extract')\n\nlet file = '/path/to/example.tar.gz'\nlet target = process.cwd()\nextract(file, target)\n  .then(() =\u003e {\n    console.log('extract succeed')\n  }, err =\u003e {\n    console.log('extract failed')\n  })\n```\n\n### API\n\n```js\nextract(source, [destination])\n```\n\n- source: source file (support `.zip`, `.tgz`, `.tar.gz`)\n- destination: path where you extract to\n\nReturn Promise\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyibn2008%2Fprogress-extract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyibn2008%2Fprogress-extract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyibn2008%2Fprogress-extract/lists"}