{"id":13773704,"url":"https://github.com/jkuri/rollup-plugin-progress","last_synced_at":"2025-09-12T14:31:53.507Z","repository":{"id":14020599,"uuid":"75642407","full_name":"jkuri/rollup-plugin-progress","owner":"jkuri","description":"rollup plugin for current build status","archived":false,"fork":false,"pushed_at":"2022-12-03T02:11:34.000Z","size":51,"stargazers_count":52,"open_issues_count":12,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-20T12:00:37.336Z","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/jkuri.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":"2016-12-05T16:04:22.000Z","updated_at":"2024-03-10T13:17:00.000Z","dependencies_parsed_at":"2023-01-13T17:44:51.392Z","dependency_job_id":null,"html_url":"https://github.com/jkuri/rollup-plugin-progress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkuri%2Frollup-plugin-progress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkuri%2Frollup-plugin-progress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkuri%2Frollup-plugin-progress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkuri%2Frollup-plugin-progress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jkuri","download_url":"https://codeload.github.com/jkuri/rollup-plugin-progress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232747691,"owners_count":18570504,"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-03T17:01:19.215Z","updated_at":"2025-01-06T15:53:56.758Z","avatar_url":"https://github.com/jkuri.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["All-Purpose Awesome"],"readme":"## rollup-plugin-progress\n\nShow current module being transpiled by the rollup bundler.\n\n\u003cimg src=\"https://cloud.githubusercontent.com/assets/1796022/20893960/02d1b622-bb14-11e6-8ef5-dd5282248ecb.gif\"\u003e\n\n### Installation\n\n```sh\nnpm i rollup-plugin-progress --save-dev\n```\n\n### Usage\n\nInclude the following in the rollup config\n\n```js\nimport { rollup } from 'rollup';\nimport progress from 'rollup-plugin-progress';\n\nrollup({\n  entry: 'main.js',\n  plugins: [\n    progress({\n      clearLine: false // default: true\n    })\n  ]\n}).then( bundle =\u003e bundle.write({ dest: 'bundle.js', format: 'iife' }) );\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkuri%2Frollup-plugin-progress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkuri%2Frollup-plugin-progress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkuri%2Frollup-plugin-progress/lists"}