{"id":21344491,"url":"https://github.com/s00d/webpack-progress-ora-plugin","last_synced_at":"2025-03-16T03:21:46.168Z","repository":{"id":143928382,"uuid":"134707578","full_name":"s00d/webpack-progress-ora-plugin","owner":"s00d","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-30T17:36:30.000Z","size":59,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-03T02:34:00.943Z","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/s00d.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-24T11:45:50.000Z","updated_at":"2020-11-30T17:36:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"7532eace-33e4-4250-9555-45a8e4bbcad0","html_url":"https://github.com/s00d/webpack-progress-ora-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fwebpack-progress-ora-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fwebpack-progress-ora-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fwebpack-progress-ora-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fwebpack-progress-ora-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s00d","download_url":"https://codeload.github.com/s00d/webpack-progress-ora-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243819312,"owners_count":20352868,"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-11-22T01:19:17.800Z","updated_at":"2025-03-16T03:21:46.149Z","avatar_url":"https://github.com/s00d.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/s00d/webpack-progress-ora-plugin.svg?branch=master)](https://travis-ci.org/s00d/webpack-progress-ora-plugin)\n[![npm version](https://badge.fury.io/js/webpack-progress-ora-plugin.svg)](https://badge.fury.io/js/webpack-progress-ora-plugin)\n\n# webpack-progress-ora-plugin\n![webpack-progress-ora-plugin](https://github.com/s00d/webpack-progress-ora-plugin/raw/master/image.gif)\n\n## Installation\n\n```\nnpm i -D webpack-progress-ora-plugin\n```\n\n## Usage\n\nInclude the following in your Webpack config.\n\n```javascript\nvar WebpackProgressOraPlugin = require('webpack-progress-ora-plugin');\n\n...\n\nplugins: [\n  new WebpackProgressOraPlugin()\n]\n```\n\n## Options\n\nAccepts almost all of the same options as [ora](https://github.com/sindresorhus/ora#options).\n\nadditional\n- pattern - pattern for message(default: chalk.bold('[') + ':percent:%' + chalk.bold('] ') + chalk.cyan.bold(':text:')) \n    * params: :percent: - percent complete; :text: - build stage\n- stderr_check - check stderr and show message if not exist(default: false)\n- pattern_no_stderr -(default: ▒)\n- clear - clear terminal after start and end build\n- clear_on_update  - clear terminal when progress update\n- update_render - render text every update progress\n\n\n```javascript\nnew WebpackProgressOraPlugin({\n  stderr_check: true,\n  interval: 300\n})\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs00d%2Fwebpack-progress-ora-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs00d%2Fwebpack-progress-ora-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs00d%2Fwebpack-progress-ora-plugin/lists"}