GitShow/sindresorhus/gulp-tar
sindresorhus

gulp-tar

Create tarball from files

by sindresorhus
compressgulp-pluginjavascriptnodejstartarball
Star on GitHubForknpm

JavaScript

31 stars16 forks14 contributorsQuiet · 9mo agoSince 2013v5.0.0MIT

Meet the team

See all 14 on GitHub →
sindresorhus
sindresorhus62 contributions
JohanvdWest
JohanvdWest1 contribution
yorch
yorch1 contribution
kevva
kevva1 contribution
Blaimi
Blaimi1 contribution
Mike-Neto
Mike-Neto1 contribution
Richienb
Richienb1 contribution
zentron
zentron1 contribution

Languages

View on GitHub →
JavaScript100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

4 of 6 standards met

Community profile →
71
✓README✓License✓Contributing✓Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
gkathan
[directory permissions] tar screwed on windows ?ClosedIssue

hej, I am using gulp-tar within a auto-deploy build chain for an express application, and it works fine when using it on linux machines => unfortunately i also have to make it run on windows boxes: when i create a tarball on my windows box via: ..... return gulp.src(_src) .pipe(tar(PACKAGE+'.tar')) .pipe(gzip()) .pipe(gulp.dest(DIST)); it creates a fine PACKAGE.tar.gz file when i ship/scp this to the prudction (linux) server and run the deploy script there .... tar -zxvf PACKAGE.tar.gz it starts to unpack but fails with "..Cannot open: Permission denied.." which roots from the fact that all directories are also set with 644 permission instead of 755 ! any advice ? greetings from vienna/austria gerold.

gkathan · 9mo ago
bytestream
gulp v5 compatibilityClosedIssue

bytestream · 2y ago
Richienb
Move to GitHub ActionsMergedPR
Richienb · 5y ago
Structured data for AI agents

Repository: sindresorhus/gulp-tar. Description: Create tarball from files Stars: 31, Forks: 16. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Topics: compress, gulp-plugin, javascript, nodejs, tar, tarball. Latest release: v5.0.0 (9mo ago). Open PRs: 0, open issues: 0. Last activity: 9mo ago. Community health: 71%. Top contributors: sindresorhus, JohanvdWest, yorch, kevva, Blaimi, Mike-Neto, Richienb, zentron, ntwb, chocolateboy and others.

·@ofershap

Replace github.com with gitshow.dev