jonschlinkert / delete-emptyLinks
Recursively delete all empty folders in a directory and child directories.
☆44Updated 2 years ago
Alternatives and similar repositories for delete-empty
Users that are interested in delete-empty are comparing it to the libraries listed below
Sorting:
- Make your terminal beep☆135Updated 3 years ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Check if the process is running with elevated privileges☆41Updated 3 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Check if something is a Node.js stream☆112Updated 9 months ago
- Get a random temporary file path☆80Updated 2 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Create a javascript regular expression for matching everything except for the given string.☆31Updated 7 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆141Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 5 months ago
- Offers convenient getters and setters for the fs.stat()'s `mode`☆50Updated 5 years ago
- Wait for any promise to be fulfilled☆54Updated 3 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Easily handle defaults for your options☆75Updated last year
- Wordwrap a string with ANSI escape codes☆126Updated last year
- Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.☆64Updated 2 weeks ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Check if something is a promise☆46Updated 4 years ago
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Create a MD5 hash with hex encoding☆45Updated last year
- Check if a value is a plain object☆102Updated last year
- Check if a path is a file, directory, or symlink☆78Updated last year
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆111Updated 2 years ago
- Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs…☆97Updated 2 years ago
- Check if your package was installed globally☆70Updated last year
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago
- Split a string on a given character or characters, with support for escaping.☆58Updated 3 years ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 4 years ago