This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

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

0.8.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 licensed under the terms of the MIT license.

/@filego/node/

    Package Sidebar

    Install

    npm i @filego/node

    Weekly Downloads

    0

    Version

    0.8.0

    License

    MIT

    Unpacked Size

    54.3 kB

    Total Files

    8

    Last publish

    Collaborators

    • alpheustangs