sindresorhus / move-file
Move a file - Even works across devices
☆199Updated last year
Alternatives and similar repositories for move-file:
Users that are interested in move-file are comparing it to the libraries listed below
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆140Updated 2 years ago
- Check whether a package or organization name is available on npm☆169Updated last year
- Convert an object of time properties to milliseconds: `{seconds: 2}` → `2000`☆158Updated 3 years ago
- Find the closest package.json file☆162Updated last year
- Read the closest package.json file☆266Updated last year
- Check if argv has a specific flag☆94Updated 3 years ago
- Import all modules in a directory☆138Updated 2 years ago
- Get the real path of the system temp directory☆83Updated 2 years ago
- Copy files☆428Updated 6 months ago
- Truncate a string to a specific width in the terminal☆86Updated last year
- Make a directory and its parents if needed - Think `mkdir -p`☆477Updated 9 months ago
- Get metadata of a package from the npm registry☆238Updated 7 months ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆111Updated 4 years ago
- Get a random temporary file or directory path☆426Updated last year
- Wait for localhost to be ready☆275Updated 8 months ago
- 🕐 Performance timings for HTTP requests☆192Updated 3 years ago
- Check if your package was installed globally☆70Updated last year
- Copy a file☆121Updated last year
- Dynamically add an asset to the Webpack graph☆97Updated 9 months ago
- Minimalistic update notifications for command line interfaces☆165Updated 8 months ago
- Make directories and their parents if needed - Like `mkdir -p`, but cross-platform☆125Updated 9 months ago
- Import and transpile JSX on the fly☆179Updated last year
- Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow☆237Updated 2 years ago
- Get the latest version of an npm package☆178Updated 11 months ago
- Write a package.json file☆89Updated 6 months ago
- Import a globally installed module☆57Updated last year
- Get your internal IP address☆71Updated 3 years ago
- Lazy number range generator☆81Updated last year
- Generate a unique random string☆85Updated 2 years ago
- Check when the DOM has loaded like `DOMContentLoaded`☆109Updated 5 months ago