Comparing version 2.0.7 to 2.0.8
{ | ||
"name": "memfs", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "In-memory file-system with Node's fs API.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,9 +0,13 @@ | ||
# memfs 2.0 | ||
# memfs 2.0 [![][npm-img]][npm-url] | ||
In-memory file-system with [Node's `fs` API](https://nodejs.org/api/fs.html). | ||
[![][npm-img]][npm-url] | ||
Install: | ||
npm install --save memfs | ||
$ npm install --save memfs | ||
or | ||
$ yarn add memfs | ||
- 100% of Node's `fs` API implemented, see *API Status* | ||
@@ -10,0 +14,0 @@ - Stores files in memory, in `Buffer`s |
176794
361