mkfs

1.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i mkfs

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

2.19 kB

Total Files

4

Last publish

Collaborators

  • rensdn