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

https://github.com/codewell/create-directory-if-it-doesnt-exist

Function that creates a directory in node if it doesnt exist. This is good for folders that contain files since git ignores empty folders.
https://github.com/codewell/create-directory-if-it-doesnt-exist

Last synced: 6 days ago
JSON representation

Function that creates a directory in node if it doesnt exist. This is good for folders that contain files since git ignores empty folders.

Awesome Lists containing this project

README

          

# create-directory-if-it-doesnt-exist
Function that creates a directory in node if it doesnt exist. This is good for folders that contain files since git ignores empty folders.