@odroe/fs
TypeScript icon, indicating that this package has built-in type declarations

0.1.10 • Public • Published

Filesystem

Abstraction of local and remote filesystems for NodeJS.

npm GitHub license downloads

Quick Start

Overview & Tutorial

Example

import { fs } from '@odroe/fs';
import { LocalAdapter } from '@odroe/fs-local';

registerAdapter('local', new LocalAdapter('/storage'));

fs.writeFile('local://hello.txt', 'Hello World!');

License

MIT license.

Package Sidebar

Install

npm i @odroe/fs

Weekly Downloads

1

Version

0.1.10

License

MIT

Unpacked Size

20.8 kB

Total Files

26

Last publish

Collaborators

  • medz