npm.io
1.0.4 • Published 8 years ago

mkfs

Licence
ISC
Version
1.0.4
Deps
0
Size
2 kB
Vulns
0
Weekly
0
Stars
1

What is it

Write a file to automatically create a directory function based on node - based FS

Installation

NPM

npm install mkfs

Examples


var gfs = require('mkfs');

gfs.writeFilesSync("/var/www/storage/export/filename",data,"utf-8");

gfs.writeFiles("/var/www/storage/export/filename",data,"utf-8");

gfs.mkdirs("/var/www/storage/export/filename");