2.0.0 • Published 7 years ago

amkdirp v2.0.0

Weekly downloads
475
License
MIT
Repository
github
Last release
7 years ago

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