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.
- Host: GitHub
- URL: https://github.com/codewell/create-directory-if-it-doesnt-exist
- Owner: codewell
- License: mit
- Created: 2019-09-18T14:42:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T14:51:54.000Z (almost 7 years ago)
- Last Synced: 2025-09-27T23:35:00.312Z (9 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.