{"id":15886600,"url":"https://github.com/davidcsally/node-progress-bar","last_synced_at":"2025-03-20T08:32:19.654Z","repository":{"id":57311515,"uuid":"123675816","full_name":"davidcsally/node-progress-bar","owner":"davidcsally","description":"A fun NPM module for printing the status of the task you are running in your console","archived":false,"fork":false,"pushed_at":"2018-03-08T05:53:01.000Z","size":130,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2024-10-15T00:31:34.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/node-progress-bar","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/davidcsally.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":"2018-03-03T08:58:40.000Z","updated_at":"2018-06-10T20:25:19.000Z","dependencies_parsed_at":"2022-09-10T22:10:42.721Z","dependency_job_id":null,"html_url":"https://github.com/davidcsally/node-progress-bar","commit_stats":{"total_commits":45,"total_committers":1,"mean_commits":45.0,"dds":0.0,"last_synced_commit":"3812f0eca5aafe43825e1915d4df38f347ee47e0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcsally%2Fnode-progress-bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcsally%2Fnode-progress-bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcsally%2Fnode-progress-bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcsally%2Fnode-progress-bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidcsally","download_url":"https://codeload.github.com/davidcsally/node-progress-bar/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244066225,"owners_count":20392405,"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-10-06T05:40:58.350Z","updated_at":"2025-03-20T08:32:19.330Z","avatar_url":"https://github.com/davidcsally.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Coverage Status](https://coveralls.io/repos/github/davidcsally/node-progress-bar/badge.svg?branch=master)](https://coveralls.io/github/davidcsally/node-progress-bar?branch=master)\n[![Build Status](https://travis-ci.org/davidcsally/node-progress-bar.svg?branch=master)](https://travis-ci.org/davidcsally/node-progress-bar)\n[![npm version](https://badge.fury.io/js/node-progress-bar.svg)](https://badge.fury.io/js/node-progress-bar)\n\nEver wanted to print the progress of a loop you are running, but not clutter up your console?\n\nMaybe you are updating a large batch of documents in your database, that requires you to iterate over them?\n\nPrinting the progress has never been easier! Node-progress-bar makes this easy!\n\nHow to use:\n\n```\n npm install --save-dev node-progress-bar \n```\nor \n```\n yarn add node-progress-bar --dev \n```\n\nat the top of your node file, add:\n``` const progressBar = require('node-progress-bar'); ```\n\nthen call the function in your operation!\n\n```\nconst test = (i) =\u003e {\n  if (i \u003c= 100) {\n    setTimeout(() =\u003e {\n      print(i, 100);\n      test(i += 1);\n    }, 50);\n  }\n}\ntest(0);\n```\n\nIt's that simple!\n\nComing soon... \n  1. [ ] custom print messages\n  2. [ ] progress animations\n  3. [ ] progress bar customizations\n  4. [ ] your suggestions!\n\nThanks for checking out node-progress-bar!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidcsally%2Fnode-progress-bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidcsally%2Fnode-progress-bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidcsally%2Fnode-progress-bar/lists"}