Skip to content

A JS package for the asynchronous reading and requiring of JavaScript modules without touching the host file system.

License

Notifications You must be signed in to change notification settings

foresthoffman/bfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📜 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

About

A JS package for the asynchronous reading and requiring of JavaScript modules without touching the host file system.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published