An open API service indexing awesome lists of open source software.

https://github.com/theatlasroom/mkdirr


https://github.com/theatlasroom/mkdirr

mkdir node recursive

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

          

# Readme
No frills, recursive `mkdir`

## Usage
```
const mkdirr = require('mkdirr');
mkdirr.build('data/some/path');
```