@filego/node
v0.5.0
Published
A file splitting & merging solution
Downloads
24
Maintainers
Readme
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.