{"id":15826282,"url":"https://github.com/danmindru/bower-consolidator","last_synced_at":"2025-07-30T11:36:39.736Z","repository":{"id":57190251,"uuid":"103271412","full_name":"danmindru/bower-consolidator","owner":"danmindru","description":"🗻 CLI tool that takes a bunch of bower packages and makes one big bower file with frozen versions.","archived":false,"fork":false,"pushed_at":"2017-09-22T22:05:24.000Z","size":57,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-21T16:16:54.505Z","etag":null,"topics":["bower-consolidator","bower-packages","cli","command-line-tool","frozen-versions","polymer"],"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/danmindru.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":"2017-09-12T13:03:41.000Z","updated_at":"2023-02-15T22:47:57.000Z","dependencies_parsed_at":"2022-08-27T10:41:12.443Z","dependency_job_id":null,"html_url":"https://github.com/danmindru/bower-consolidator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/danmindru/bower-consolidator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danmindru%2Fbower-consolidator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danmindru%2Fbower-consolidator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danmindru%2Fbower-consolidator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danmindru%2Fbower-consolidator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danmindru","download_url":"https://codeload.github.com/danmindru/bower-consolidator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danmindru%2Fbower-consolidator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267858704,"owners_count":24155941,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bower-consolidator","bower-packages","cli","command-line-tool","frozen-versions","polymer"],"created_at":"2024-10-05T09:44:01.961Z","updated_at":"2025-07-30T11:36:39.692Z","avatar_url":"https://github.com/danmindru.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bower consolidator\nTakes a bunch of bower packages and finds their version from `bower.json` or `.bower.json`, then makes one big bower file with frozen versions.\n\n##### What is this for?\n✅ older projects that need dependencies consolidated \u003cbr/\u003e\n✅ older projects that you want to freeze deps for (point this at `bower_components`)  \u003cbr/\u003e\n✅ projects that have a bunch of bower files which you want to merge into one  \u003cbr/\u003e\n✅ projects that have source and 3rd party deps in the same dir (use excludePaths, but ask yourself why did you get in this situation first)\n\n## Usage (packaged)\n### Windows\n```bash\nPowerShell ./bower-consolidator.exe [options]\n```\n### Mac / Linux\n```bash\n./bower-consolidator [options]\n```\n\n## Options\n```bash\nUsage: index [options]\n\nOptions:\n\n  -V, --version          output the version number\n  --cwd, --workingDir    Current working directory (where your many\n                         bower packages are).\n  --e, --excludePaths    One or many paths (or globs) you want to\n                         exclude, i.e. `-e \"prefix-*\"`. Can be\n                         applied multiple times: `-e \"one\" -e \"two\"`.\n  --o, --outputFile      The output file name (in your cwd).\n                         Defaults to `new.bower.json`\n  --tf, --templateFile   (optional) A JSON file you want to use as\n                         template. You *need* to supply a path to\n                         write in that file (see --templatePathtp).\n  --tp, --templatePath   (optional) An object path, like\n                         `path.to.something` to insert packages at.\n                         Required if template file provided\n                         (see --templateFile).\n  -h, --help             output usage information\n```\n-----------------------------------------\n\n## Getting started (unpacked)\n\n### Run with node\nInstall dependencies first\n```bash\nyarn\n```\n\n```bash\nbabel-node index.js [options]\n```\n\n\u003e Requires node v8.5.0+\n\n#### Run a demo\n```bash\nnpm run demo # outputs consolidated packages to ./custom.bower.json\n```\n\n## Developing\nStart by installing all dependencies.\n```bash\nyarn\nnpm run dev # continuous tests, watches files\n```\n\n### Run tests once\n```bash\nnpm run test\n```\n\n### Publish new build\n```bash\nnpm run publish:windows\nnpm run publish:all # node on win, darwin, linux\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanmindru%2Fbower-consolidator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanmindru%2Fbower-consolidator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanmindru%2Fbower-consolidator/lists"}