0.5.0 • Published 8 months ago

@filego/node v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

FileGo

A file splitting & merging solution.

Quick Start

Split file from a path to a directory directly with split function.

import { split } from "@filego/node";

await split({
    inFile: "/path/to/file.txt",
    outDir: "/path/to/dir",
    chunkSize: 2 * 1024 * 1024,
});

License

This project is MIT licensed, you can find the license file here.

0.5.0

8 months ago

0.3.0

12 months ago

0.2.0

1 year ago

0.3.2

11 months ago

0.4.0

10 months ago

0.3.1

12 months ago

0.1.0

1 year ago