Package Exports
- mkfs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mkfs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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");