0.2.1 • Published 11 months ago

@oneduo/nestjs-flystorage v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Nestjs Flystorage

a NestJS module for abstracted, modular and testable storage systems using Flystorage.

About Flystorage

Flystorage is a file storage abstraction for NodeJS and TypeScript. Provides a straight-forward API that is easy to use. Allows application code to be unaware WHERE files are stored while providing strong functionality and flexibility.

To learn more: https://flystorage.dev/

Requirements

Depending on which underlying file storage system you wish to use, you're expected to install the required associated adapter.

Installation

You can install the package using the following command:

npm i @oneduo/nestjs-flystorage

Usage

You may start using the module by importing it into your application.

0.2.1

11 months ago

0.2.0

11 months ago

0.1.0

11 months ago