@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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.8.04latest

Version History

VersionDownloads (Last 7 Days)Published
0.8.04
0.7.03
0.6.02
0.5.02
0.4.03
0.3.21
0.3.12
0.3.01
0.2.02
0.1.01

Package Sidebar

Install

npm i @filego/node

Weekly Downloads

21

Version

0.8.0

License

MIT

Unpacked Size

54.3 kB

Total Files

8

Last publish

Collaborators

  • alpheustangs