mfs

0.1.2 • Public • Published

mfs

Monitor your calls to node-fs-extra for debug purposes.

Install

npm install mfs

Usage

const MFS = require("mfs");
const FS = new MFS.FileFS({
	lineinfo: true
});

if (process.env.DEBUG) {
	FS.on("used-path", function(path, method, meta) {
		console.log("FS." + method, path, meta);
	});
}

FS.existsSync(__dirname);

Provenance

Licensed under the MIT License by Christoph Dorn since 2013.

/mfs/

    Package Sidebar

    Install

    npm i mfs

    Weekly Downloads

    2

    Version

    0.1.2

    License

    none

    Unpacked Size

    8.96 kB

    Total Files

    4

    Last publish

    Collaborators

    • cadorn