1.2.0 • Published 8 months ago

mkdir-sync-recursive v1.2.0

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

8 months ago

1.1.4

10 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago