0.1.6 • Published 8 months ago
@ronin/tarball v0.1.6
RONIN Tarball
This package generates a tarball file in-memory, with the ability to compress it using gzip.
Usage
import { createTarball } from '@ronin/tarball';
const files = [
{
name: 'hello.txt',
contents: new TextEncoder().encode('Hello World'),
},
];
const tarball = createTarball(files);
// ^? { name: null, data: Uint8Array<ArrayBuffer> }Testing
Use the following command to run the test suite:
bun test0.1.6
8 months ago
0.1.5-improve-api-experimental-7
8 months ago
0.1.5
8 months ago
0.1.4-fix-meta-experimental-6
8 months ago
0.1.4
8 months ago
0.1.3-fix-meta-experimental-5
8 months ago
0.1.3
8 months ago
0.1.2-fix-export-input-file-type-experimental-4
8 months ago
0.1.2-fix-export-input-file-type-experimental-3
8 months ago
0.1.2
8 months ago
0.1.1-fix-result-structure-experimental-2
8 months ago
0.1.1
8 months ago
0.1.0-fix-meta-experimental-1
8 months ago
0.1.0
8 months ago
0.0.2
8 months ago
0.0.1
8 months ago