mkdirsp

1.0.1 • Public • Published

mkdirs

create folders on async with promise

usage

install with npm

$ npm install mkdirsp

call method like :

var mkdirsp = require('mkdirsp');

mkdirsp('/home/web/upload').then(function(){
    console.log('create success');
}).catch(function(e){
    console.log(e);
});

Readme

Keywords

Package Sidebar

Install

npm i mkdirsp

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.86 kB

Total Files

6

Last publish

Collaborators

  • chrunlee