1.1.0 • Published 4 months ago

mkdir-async-recursive v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 months ago

1.0.3

6 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

8 months ago