This package has been deprecated

Author message:

use mkdirp@1.x, which support promise api now

amkdirp

2.0.0 • Public • Published

amkdirp

Build Status npm Version JS Standard

Asynchroms mkdirp

Installation

$ npm install amkdirp --save

Usage

'use strict'
 
const amkdirp = require('amkdirp')
 
async function tryExample () {
  await amkdirp('tmp/foo/bar')
}
 
tryExample()
 

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i amkdirp

Weekly Downloads

51

Version

2.0.0

License

MIT

Last publish

Collaborators

  • okunishinishi