1.1.0 • Published 3 months ago

mkdir-async-recursive v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

mkdir-async-recursive

Asynchronously and recursively creates a directory. Returns undefined or the first directory path created.

Installation

npm install mkdir-async-recursive

Usage

import mkdirAsyncRecursive from 'mkdir-async-recursive'

const path = await mkdirAsyncRecursive('/path/source')
1.1.0

3 months ago

1.0.3

5 months ago

1.0.2

6 months ago

1.0.1

7 months ago

1.0.0

7 months ago