@filego/node
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

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.

Package Sidebar

Install

npm i @filego/node

Weekly Downloads

1

Version

0.4.0

License

MIT

Unpacked Size

18.2 kB

Total Files

6

Last publish

Collaborators

  • alpheustangs