1.2.0 • Published 4 months ago

mkdir-sync-recursive v1.2.0

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

mkdir-sync-recursive

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

Installation

npm install mkdir-sync-recursive

Usage

import mkdirSyncRecursive from 'mkdir-sync-recursive'

// Returns undefined, or the first directory path created.
mkdirSyncRecursive('/path/source')

// Returns undefined, or the first directory path created of each path.
mkdirSyncRecursive(['test', 'build/scripts', 'test/html'])
1.2.0

4 months ago

1.1.4

6 months ago

1.1.3

7 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago