{"id":23052892,"url":"https://github.com/wk-j/bitbar-webpack-progress-plugin","last_synced_at":"2026-03-02T22:02:47.600Z","repository":{"id":65639400,"uuid":"69798492","full_name":"wk-j/bitbar-webpack-progress-plugin","owner":"wk-j","description":"Display webpack build progress in Mac OS X Menu Bar","archived":false,"fork":false,"pushed_at":"2023-04-17T12:47:53.000Z","size":642,"stargazers_count":14,"open_issues_count":8,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T06:51:13.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/wk-j.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":"2016-10-02T13:25:55.000Z","updated_at":"2022-04-15T17:00:46.000Z","dependencies_parsed_at":"2023-02-17T12:30:44.510Z","dependency_job_id":null,"html_url":"https://github.com/wk-j/bitbar-webpack-progress-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wk-j/bitbar-webpack-progress-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wk-j%2Fbitbar-webpack-progress-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wk-j%2Fbitbar-webpack-progress-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wk-j%2Fbitbar-webpack-progress-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wk-j%2Fbitbar-webpack-progress-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wk-j","download_url":"https://codeload.github.com/wk-j/bitbar-webpack-progress-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wk-j%2Fbitbar-webpack-progress-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265443556,"owners_count":23766417,"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-12-16T00:15:55.606Z","updated_at":"2026-03-02T22:02:47.524Z","avatar_url":"https://github.com/wk-j.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Bitbar Webpack Progress Plugin\n\nDisplay webpack build progress in macOS Menu Bar.\n\n![](https://github.com/wk-j/bitbar-webpack-progress-plugin/raw/master/screen/progress.png)\n\n## Install Webpack Plugin\n\n`npm install --save-dev bitbar-webpack-progress-plugin`\n\n## Install Bitbar Plugin\n\n- https://github.com/wk-j/bitbar-plugins/blob/master/webpack-progress.1s.sh\n\n## Usage\n\n```javascript\nconst BitBarWebpackProgressPlugin = require(\"bitbar-webpack-progress-plugin\");\nconst path = require(\"path\");\n\nmodule.exports = {\n  mode: \"development\",\n  entry: {\n    main: \"./app/main\"\n  },\n  output: {\n    filename: \"[name].js\",\n    path: path.join(__dirname, \"dist\", \"js\")\n  },\n  devtool: \"source-map\",\n  module: {\n    rules: [\n      { test: /\\.js$/, loader: 'babel-loader', exclude: /node_modules/ },\n      { test: /\\.css$/, use: ['style-loader', 'css-loader'] }\n    ]\n  },\n  plugins: [new BitBarWebpackProgressPlugin()]\n};\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwk-j%2Fbitbar-webpack-progress-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwk-j%2Fbitbar-webpack-progress-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwk-j%2Fbitbar-webpack-progress-plugin/lists"}