{"id":15340880,"url":"https://github.com/tadayosi/parcel-plugin-concat","last_synced_at":"2025-03-20T11:14:55.380Z","repository":{"id":42829204,"uuid":"266066067","full_name":"tadayosi/parcel-plugin-concat","owner":"tadayosi","description":"A parcel plugin to concatenate multiple js files","archived":false,"fork":false,"pushed_at":"2023-10-03T00:26:35.000Z","size":208,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-26T00:20:48.252Z","etag":null,"topics":["parcel","parcel-bundler","parcel-plugin","parceljs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/parcel-plugin-concat","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/tadayosi.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":"2020-05-22T09:02:50.000Z","updated_at":"2022-02-14T06:15:31.000Z","dependencies_parsed_at":"2024-11-25T15:51:37.861Z","dependency_job_id":null,"html_url":"https://github.com/tadayosi/parcel-plugin-concat","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":0.3913043478260869,"last_synced_commit":"7df2cf7100977a6643300e8b5d00f718decf5d0b"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadayosi%2Fparcel-plugin-concat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadayosi%2Fparcel-plugin-concat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadayosi%2Fparcel-plugin-concat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tadayosi%2Fparcel-plugin-concat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tadayosi","download_url":"https://codeload.github.com/tadayosi/parcel-plugin-concat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244600725,"owners_count":20479307,"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":["parcel","parcel-bundler","parcel-plugin","parceljs"],"created_at":"2024-10-01T10:36:29.523Z","updated_at":"2025-03-20T11:14:55.357Z","avatar_url":"https://github.com/tadayosi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parcel-plugin-concat\n\nA [Parcel](https://parceljs.org/) plugin to concatenate multiple js files into a single bundle js.\n\n## Install\n\n```sh\nyarn add --dev parcel-plugin-concat\n```\n\n## Usage\n\nIf you have more than one entry files Parcel can consume them like this:\n\n```sh\nparcel index.js another.js\n```\n\nor:\n\n```sh\nparcel src/**/*.js\n```\n\nHowever, the output files are not merged but still separated as individual files under `dist/` unless [you manually create a single entry file that requires all the individual assets](https://github.com/parcel-bundler/parcel/issues/2037).\n\nThis plugin lets you simply concatenate all the multiple entries before processing so that you can get a single output file. The name of output file adheres to the Parcel command options `-o` and `--out-file`, but otherwise it's by default `bundle.js`.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftadayosi%2Fparcel-plugin-concat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftadayosi%2Fparcel-plugin-concat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftadayosi%2Fparcel-plugin-concat/lists"}