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

0.0.5 • Public • Published

any-fs

npm

any-fs is a composable and extendible file-system and fully compatible with the node fs module.

Usage

var { MemoryFS } = require('@teambit/any-fs');
const fs = new MemoryFS() 
fs.writeFile()
var { Volume } = require('@teambit/any-fs');
const fs = new Volume() 
fs.writeFile()

Adapters

AnyFS comes with following adapters

  • Memory - Builtin, access with MemoryFS
  • Fs - node fs

Features

  • Full compatibility to the Node fs module.
  • Supports the node fs promises API

In-Progress

  • Docker volume
  • Kubernetes
  • SFTP
  • AWS S3
  • Google storage

Made with to free software by Team Bit.

Readme

Keywords

none

Package Sidebar

Install

npm i @teambit/any-fs

Weekly Downloads

809

Version

0.0.5

License

MIT

Unpacked Size

216 kB

Total Files

37

Last publish

Collaborators

  • learn-bit
  • teambit-owner
  • shohamgilad
  • davidfirst
  • lalybar
  • ranm8
  • odedre
  • guysaar
  • itaymendel
  • erezbit
  • joshk2
  • redigma
  • yona007
  • jonisar
  • ocombe