make-dir
Directory creator
Creates directories and their parents if needed
Make a directory and its parents if needed - Think mkdir -p
474 stars
11 watching
22 forks
Language: JavaScript
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/find-up | A utility library for finding files or directories by walking up parent directories | 583 |
sindresorhus/del | Deletes files and directories using glob patterns with support for promises, multiple files, and protection against deleting the current working directory. | 1,326 |
jghauser/mkdir.nvim | Automates the creation of missing directories on file save during text editing. | 214 |
sindresorhus/find-cache-dir | Finds and returns the standard cache directory for a given project name | 151 |
sindresorhus/find-up-cli | A utility for finding files by walking up parent directories | 39 |
sindresorhus/del-cli | A utility for permanently deleting files and directories with optional safety features. | 315 |
sindresorhus/pkg-dir | Finds the root directory of a Node.js project or npm package | 235 |
sindresorhus/project-ideas | A collection of ideas and suggestions for JavaScript projects | 544 |
sindresorhus/cpy-cli | Copies files from source to destination using streams and directory utilities. | 345 |
sindresorhus/windows-cli | Tools for querying metadata about the active window on various platforms. | 65 |
sindresorhus/dev-null-cli | Creates a null stream from input data | 92 |
sindresorhus/cpy | Copies files from source to destination based on glob patterns and options | 424 |
sindresorhus/package-up | Finds the closest package.json file in a directory tree | 159 |
sindresorhus/npm-run-path | Prepends a user's PATH with local binaries | 104 |
sindresorhus/move-file | Moves files across devices and partitions without relying on system-specific rename functions. | 198 |