1.0.4 • Published 3 years ago

@foresthoffman/bfs v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

📜 Buffered File System (BFS) 📜

Node 10.x Node 12.x Node 14.x

This module uses buffers (or Tar streams) to load file systems (FS) into memory. From an FS, files can be read and modules can be required recursively, without touching the host file system.

NPM

npm i @foresthoffman/bfs

Yarn

yarn add @foresthoffman/bfs

Testing

yarn test