{"id":13671350,"url":"https://github.com/clessg/progress-bar-webpack-plugin","last_synced_at":"2025-04-08T08:13:51.078Z","repository":{"id":57331019,"uuid":"44629695","full_name":"clessg/progress-bar-webpack-plugin","owner":"clessg","description":"A progress bar plugin for Webpack.","archived":false,"fork":false,"pushed_at":"2022-05-23T20:56:40.000Z","size":34,"stargazers_count":430,"open_issues_count":15,"forks_count":38,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-01T05:34:00.537Z","etag":null,"topics":[],"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/clessg.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":"2015-10-20T19:23:23.000Z","updated_at":"2025-03-25T19:31:37.000Z","dependencies_parsed_at":"2022-09-16T17:41:14.914Z","dependency_job_id":null,"html_url":"https://github.com/clessg/progress-bar-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clessg%2Fprogress-bar-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clessg%2Fprogress-bar-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clessg%2Fprogress-bar-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clessg%2Fprogress-bar-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clessg","download_url":"https://codeload.github.com/clessg/progress-bar-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406085,"owners_count":20933803,"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-08-02T09:01:07.042Z","updated_at":"2025-04-08T08:13:51.046Z","avatar_url":"https://github.com/clessg.png","language":"JavaScript","readme":"# progress-bar-webpack-plugin\n![progress-bar-webpack-plugin](http://i.imgur.com/OIP1gnj.gif)\n\n## Installation\n\n```\nnpm i -D progress-bar-webpack-plugin\n```\n\n## Usage\n\nInclude the following in your Webpack config.\n\n```javascript\nvar ProgressBarPlugin = require('progress-bar-webpack-plugin');\n\n...\n\nplugins: [\n  new ProgressBarPlugin()\n]\n```\n\n## Options\n\nAccepts almost all of the same options as [node-progress](https://github.com/tj/node-progress#options).\n\n- `format` the format of the progress bar\n- `width` the displayed width of the progress bar defaulting to total\n- `complete` completion character defaulting to \"=\"\n- `incomplete` incomplete character defaulting to \" \"\n- `renderThrottle` minimum time between updates in milliseconds defaulting to 16\n- `clear` option to clear the bar on completion defaulting to true\n- `callback` optional function to call when the progress bar completes\n- `stream` the output stream defaulting to stderr\n- `summary` option to show summary of time taken defaulting to true\n- `summaryContent` optional custom summary message if summary option is false\n- `customSummary` optional function to display a custom summary (passed build time)\n\nThe `format` option accepts the following tokens:\n\n- `:bar` the progress bar itself\n- `:current` current tick number\n- `:total` total ticks\n- `:elapsed` time elapsed in seconds\n- `:percent` completion percentage\n- `:msg` current progress message\n\nThe default format uses the `:bar` and `:percent` tokens.\n\nUse [chalk](https://github.com/chalk/chalk) to sprinkle on a few colors.\n\nTo include the time elapsed and prevent the progress bar from being cleared on build completion:\n\n```javascript\nnew ProgressBarPlugin({\n  format: '  build [:bar] ' + chalk.green.bold(':percent') + ' (:elapsed seconds)',\n  clear: false\n})\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclessg%2Fprogress-bar-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclessg%2Fprogress-bar-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclessg%2Fprogress-bar-webpack-plugin/lists"}