{"id":17445950,"url":"https://github.com/jamen/pull-concat-files","last_synced_at":"2025-10-05T23:33:07.804Z","repository":{"id":65371449,"uuid":"91158973","full_name":"jamen/pull-concat-files","owner":"jamen","description":"Concat pull-stream files into one","archived":false,"fork":false,"pushed_at":"2017-05-13T08:21:37.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-26T16:00:06.838Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/jamen.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":"2017-05-13T08:02:14.000Z","updated_at":"2021-12-19T15:37:44.000Z","dependencies_parsed_at":"2023-01-19T22:35:15.880Z","dependency_job_id":null,"html_url":"https://github.com/jamen/pull-concat-files","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fpull-concat-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fpull-concat-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fpull-concat-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fpull-concat-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamen","download_url":"https://codeload.github.com/jamen/pull-concat-files/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fpull-concat-files/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258427136,"owners_count":22699129,"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-17T18:18:39.090Z","updated_at":"2025-10-05T23:33:02.785Z","avatar_url":"https://github.com/jamen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# pull-concat-files\n\n\u003e Concat pull-stream files into one\n\nSimple `file -\u003e file` concat.  Consumes all files in the stream, use something like `pull.filter` or globs beforehand.\n\n```js\npull(\n  read(__dirname + '/src/**/*.css'),\n  concat('app.css'),\n  write(__dirname + '/out/')\n)\n```\n\n## Install\n\n```sh\nnpm install --save pull-concat-files\n```\n\n```sh\nyarn add pull-concat-files\n```\n\n## Usage\n\n### `concat(path, sep?)`\n\nConcats all files in the stream into one file under `path`.\n\n```js\npull\n  read('src/**/*.css'),\n  concat('app.css'),\n  write('out/')\n)\n```\n\n## Also see\n\n - [`pull-files`] for reading and writing pull-stream files\n - [`pull-bundle`] for bundle your whole project\n - [`pull-bundle-js`] for bundling with browserify\n\n---\n\nMaintained by [Jamen Marz](https://git.io/jamen) (See on [Twitter](https://twitter.com/jamenmarz) and [GitHub](https://github.com/jamen) for questions \u0026 updates)\n\n[`pull-files`]: https://github.com/jamen/pull-files\n[`pull-bundle`]: https://github.com/jamen/pull-bundle\n[`pull-bundle-js`]: https://github.com/jamen/pull-bundle-js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamen%2Fpull-concat-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamen%2Fpull-concat-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamen%2Fpull-concat-files/lists"}