Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of sorrycc/gulp-untar

Account's avatar
dominictarr/event-stream
construct pipes of streams of events
Account's avatar
gagle/node-streamifier
Converts a Buffer/String into a readable stream
Account's avatar
isaacs/node-tar
tar for node
Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
jshint/jshint
Static analysis tool for JavaScript

Support the repos that depend on this repository

Top contributors

jmerrifield's profile
jmerrifield
12 contributions
sorrycc's profile
sorrycc
8 contributions
popomore's profile
popomore
2 contributions
karl-gustav's profile
karl-gustav
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
sorrycc

sorrycc/gulp-untar

Extract tarballs in your gulpjs build pipeline

JavaScript
0
2
No license

gulp-untar is a lightweight Gulp plugin that extracts `.tar` archives within a Gulp build pipeline. It accepts source files as streams or Buffers, unpacks them to Buffer‑based vinyl files, and can be combined with other plugins (e.g., gulp‑gunzip) to handle compressed tarballs. It’s aimed at front‑end developers or build engineers who want to automate archive extraction as part of their Gulp workflows.