Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joehand/tar-dat
Stream tar into hyperdrive archive
https://github.com/joehand/tar-dat
Last synced: 30 days ago
JSON representation
Stream tar into hyperdrive archive
- Host: GitHub
- URL: https://github.com/joehand/tar-dat
- Owner: joehand
- Created: 2016-07-13T00:13:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T00:13:12.000Z (over 8 years ago)
- Last Synced: 2024-12-17T15:53:49.438Z (about 1 month ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-dat - tar-dat - stream tar files into a hyperdrive archive (Outdated / Other Related Dat Project Modules)
README
## Tar to Dat
Stream a tarball into a hyperdrive archive.
### Install
```
npm install tar-dat
```### Usage: `pack.pipe(tarDat(archive))`
See `example.js` for full usage.