filesystem-indexed-stream
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

filesystem-indexed-stream

A streaming module for dividing large files into smaller chunks and vice versa.

Contributors Forks Stargazers Issues License

About The Project

Screen Shot

Welcome to the FileSystemIndexedStream module, a versatile solution for efficiently handling large files in your projects. This streaming module is designed to seamlessly divide substantial files into smaller, more manageable chunks and, conversely, concatenate smaller chunks to reconstruct the original file.

Built With

  • Node.js
  • Typescript

Getting Started

Prerequisites

  • npm
  • Node.js
  • Typescript

Installation

  1. Clone the repo
git clone https://github.com/tomerzaidler/filesystem-indexed-stream
  1. Install NPM packages
npm install
  1. import the desired modules
import { FileSystemIndexedStream, FileSystemIndexedStreamOptions } from "filesystem-indexed-stream";

License

Distributed under the MIT License. See LICENSE for more information.

Authors

Tomer Zaidler - Senior Backend Software Engineer - Tomer Zaidler - **

Package Sidebar

Install

npm i filesystem-indexed-stream

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

19 kB

Total Files

19

Last publish

Collaborators

  • tomerz-dev