- Notifications
You must be signed in to change notification settings - Fork22
Monkey-patches for file system related things
License
NotificationsYou must be signed in to change notification settings
streamich/fs-monkey
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Monkey-patches for filesystem related things.
- Rewrite
requirefunction to load Node's modules from memory. - Or rewrite the whole
fsfilesystem module.
npm install --save fs-monkey
Anfs-like object is an object that implements methods of Node'sfilesystem API.It is denoted asvol:
letvol={readFile:()=>{/* ... */},readFileSync:()=>{/* ... */},// etc...}
patchFs- rewrites Node's filesystem modulefswithfs-like objectvolpatchRequire- rewritesrequirefunction, patches Node'smodulemodule to use a givenfs-like object for module loading
Unlicense - public domain.
About
Monkey-patches for file system related things
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors15
Uh oh!
There was an error while loading.Please reload this page.