make-dir
Directory creator
Creates directories and their parents if needed
Make a directory and its parents if needed - Think mkdir -p
475 stars
11 watching
22 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A utility library for finding files or directories by walking up parent directories | 585 |
| | Deletes files and directories using glob patterns with support for promises, multiple files, and protection against deleting the current working directory. | 1,327 |
| | Automates the creation of missing directories on file save during text editing. | 216 |
| | Finds and returns the standard cache directory for a given project name | 153 |
| | A utility for finding files by walking up parent directories | 40 |
| | A utility for permanently deleting files and directories with optional safety features. | 315 |
| | Finds the root directory of a Node.js project or npm package | 237 |
| | A collection of ideas and suggestions for JavaScript projects | 544 |
| | Copies files from source to destination using streams and directory utilities. | 346 |
| | Tools for querying metadata about the active window on various platforms. | 65 |
| | Creates a null stream from input data | 92 |
| | Copies files from source to destination based on glob patterns and options | 426 |
| | Finds the closest package.json file in a directory tree | 160 |
| | Prepends a user's PATH with local binaries | 104 |
| | Moves files across devices and partitions without relying on system-specific rename functions. | 198 |