1.0.4 • Published 6 years ago

mkfs v1.0.4

Weekly downloads
19
License
ISC
Repository
github
Last release
6 years ago

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");