{"id":15287766,"url":"https://github.com/gulp-plugin/collect","last_synced_at":"2026-02-04T07:10:36.296Z","repository":{"id":37802362,"uuid":"189783911","full_name":"gulp-plugin/collect","owner":"gulp-plugin","description":"A JavaScript/TypeScript file name gathering plugin for gulp.","archived":false,"fork":false,"pushed_at":"2023-08-25T13:22:01.000Z","size":672,"stargazers_count":0,"open_issues_count":14,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-11T14:07:30.988Z","etag":null,"topics":["gulp","gulp-filenames","gulp-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"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/gulp-plugin.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":"2019-06-01T22:45:13.000Z","updated_at":"2023-05-30T08:28:14.000Z","dependencies_parsed_at":"2024-10-23T06:29:19.670Z","dependency_job_id":"9e757e47-399d-430d-9fa6-fc43f764b5e9","html_url":"https://github.com/gulp-plugin/collect","commit_stats":{"total_commits":104,"total_committers":7,"mean_commits":"14.857142857142858","dds":0.7307692307692308,"last_synced_commit":"6326ae17cf593285d22e91ce4ce1a5f4999e06b7"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulp-plugin%2Fcollect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulp-plugin%2Fcollect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulp-plugin%2Fcollect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gulp-plugin%2Fcollect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gulp-plugin","download_url":"https://codeload.github.com/gulp-plugin/collect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244147344,"owners_count":20405940,"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":["gulp","gulp-filenames","gulp-plugin"],"created_at":"2024-09-30T15:36:51.167Z","updated_at":"2026-02-04T07:10:36.238Z","avatar_url":"https://github.com/gulp-plugin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @gulp-plugin/collect ![npm (custom registry)](https://img.shields.io/npm/v/@gulp-plugin/collect?logo=npm) [![GitHub Package Registry version](https://img.shields.io/github/release/gulp-plugin/collect.svg?label=gpr\u0026logo=github)](https://github.com/gulp-plugin/collect/packages/)\r\n\r\n[![Build](https://github.com/gulp-plugin/collect/actions/workflows/node.js.yml/badge.svg)](https://github.com/gulp-plugin/collect/actions/workflows/node.js.yml)  [![Coverage Status](https://coveralls.io/repos/github/gulp-plugin/collect/badge.svg?branch=master)](https://coveralls.io/github/gulp-plugin/collect?branch=master) [![dependencies Status](https://david-dm.org/gulp-plugin/collect/status.svg)](https://david-dm.org/gulp-plugin/collect)\r\n\r\nA JavaScript/TypeScript file gathering plugin for [gulp](https://github.com/gulpjs/gulp)\r\n\r\n## Installation\r\n\r\n```shell\r\nnpm install --save-dev @gulp-plugin/collect\r\n```\r\n\r\n## Usage\r\n\r\nThen, add it to your `gulpfile.js`:\r\n\r\n```typescript\r\nconst collect = require('@gulp-plugin/collect');\r\n\r\ngulp.src('src/**/*.ts')\r\n\t.pipe(collect('typescript'))\r\n\t.pipe(gulp.dest('dist/'));\r\n\r\ngulp.src('src/**/*.js')\r\n  .pipe(collect('javascript'))\r\n  .pipe(gulp.dest('dist/'));\r\n\r\nconst files = filenames.get('typescript') // ['a.ts','b.ts']\r\n```\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgulp-plugin%2Fcollect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgulp-plugin%2Fcollect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgulp-plugin%2Fcollect/lists"}