{"id":15042901,"url":"https://github.com/sindresorhus/gulp-tar","last_synced_at":"2025-04-13T06:37:31.104Z","repository":{"id":12708482,"uuid":"15380989","full_name":"sindresorhus/gulp-tar","owner":"sindresorhus","description":"Create tarball from files","archived":false,"fork":false,"pushed_at":"2023-11-03T08:38:17.000Z","size":48,"stargazers_count":29,"open_issues_count":1,"forks_count":16,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-29T05:22:30.288Z","etag":null,"topics":["compress","gulp-plugin","javascript","nodejs","tar","tarball"],"latest_commit_sha":null,"homepage":null,"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/sindresorhus.png","metadata":{"funding":{"github":"sindresorhus","open_collective":"sindresorhus","custom":"https://sindresorhus.com/donate"},"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}},"created_at":"2013-12-22T19:40:54.000Z","updated_at":"2025-01-07T20:10:50.000Z","dependencies_parsed_at":"2022-09-26T18:50:34.225Z","dependency_job_id":"da2840d1-bf4e-43b9-bb21-5d30f72338ca","html_url":"https://github.com/sindresorhus/gulp-tar","commit_stats":{"total_commits":68,"total_committers":14,"mean_commits":4.857142857142857,"dds":"0.19117647058823528","last_synced_commit":"c1022ee9cd5a61f66c3014394f5d836c77fda78c"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-tar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-tar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-tar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fgulp-tar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/gulp-tar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246812921,"owners_count":20838024,"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":["compress","gulp-plugin","javascript","nodejs","tar","tarball"],"created_at":"2024-09-24T20:48:13.747Z","updated_at":"2025-04-13T06:37:31.069Z","avatar_url":"https://github.com/sindresorhus.png","language":"JavaScript","readme":"# gulp-tar\n\n\u003e Create [tarball](https://en.wikipedia.org/wiki/Tar_(computing)) from files\n\n## Install\n\n```sh\nnpm install --save-dev gulp-tar\n```\n\n## Usage\n\n```js\nimport gulp from 'gulp';\nimport tar from 'gulp-tar';\nimport gzip from 'gulp-gzip';\n\nexport default () =\u003e (\n\tgulp.src('src/*')\n\t\t.pipe(tar('archive.tar'))\n\t\t.pipe(gzip())\n\t\t.pipe(gulp.dest('dist'))\n);\n```\n\n## API\n\n### tar(filename, options?)\n\n#### filename\n\nType: `string`\n\nThe filename for the output tar archive.\n\n#### options\n\nType: `object`\n\nDefault options passed to [Archiver](https://github.com/archiverjs/node-archiver)'s [constructor](https://archiverjs.com/docs/Archiver.html) and merged into the [data](https://archiverjs.com/docs/global.html#TarEntryData) passed to its [`append`](https://archiverjs.com/docs/Archiver.html#append) method.\n","funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://sindresorhus.com/donate"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-tar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsindresorhus%2Fgulp-tar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fgulp-tar/lists"}