Skip to main content

This is a simple file storage package that helps you to save data into file in formats like plaintext, json, yaml or even create your own formatter.

This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score
70%
Published
4 months ago (3.0.5)

Add Package

deno add jsr:@aerox0/simple-storage

Import symbol

import { StorageStream } from "@aerox0/simple-storage";

---- OR ----

Import directly with a jsr specifier

import { StorageStream } from "jsr:@aerox0/simple-storage";

Add Package

npx jsr add @aerox0/simple-storage

Import symbol

import { StorageStream } from "@aerox0/simple-storage";

Add Package

yarn dlx jsr add @aerox0/simple-storage

Import symbol

import { StorageStream } from "@aerox0/simple-storage";

Add Package

pnpm dlx jsr add @aerox0/simple-storage

Import symbol

import { StorageStream } from "@aerox0/simple-storage";

Add Package

bunx jsr add @aerox0/simple-storage

Import symbol

import { StorageStream } from "@aerox0/simple-storage";