sindresorhus / move-fileLinks
Move a file - Even works across devices
☆204Updated 2 years ago
Alternatives and similar repositories for move-file
Users that are interested in move-file are comparing it to the libraries listed below
Sorting:
- Convert an object of time properties to milliseconds: `{seconds: 2}` → `2000`☆164Updated 4 years ago
- Check whether a package or organization name is available on npm☆171Updated last year
- Import all modules in a directory☆139Updated 3 years ago
- Run Electron without all the junk terminal output☆205Updated last year
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆144Updated 3 months ago
- Find the closest package.json file☆166Updated 7 months ago
- Get the real path of the system temp directory☆84Updated 3 years ago
- Generate a unique random string☆89Updated 3 years ago
- Check if a file path is an image☆99Updated 2 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆94Updated 3 years ago
- Parse milliseconds into an object☆124Updated last year
- Strip leading whitespace from each line in a string☆144Updated 2 months ago
- Get a random temporary file or directory path☆440Updated 2 years ago
- 🕐 Performance timings for HTTP requests☆192Updated 4 years ago
- Truncate a string to a specific width in the terminal☆88Updated 2 months ago
- Check if your package was installed globally☆71Updated 2 years ago
- Compose promise-returning & async functions into a reusable pipeline☆127Updated 4 years ago
- A tool to create an ora compatible spinner object that behaves like a scrolling marquee☆80Updated 2 years ago
- Wait for localhost to be ready from the command-line☆121Updated 4 months ago
- Lazy number range generator☆83Updated 2 years ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 5 years ago
- Import and transpile JSX on the fly☆178Updated 2 years ago
- Check if a project is using Yarn☆66Updated 3 months ago
- Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow☆243Updated 4 months ago
- Wait for localhost to be ready☆279Updated 3 months ago
- Make directories and their parents if needed - Like `mkdir -p`, but cross-platform☆126Updated last year
- Get all property keys of an object including non-enumerable and inherited ones☆110Updated 4 years ago
- Get PID from a port☆79Updated 5 years ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆148Updated 4 months ago
- Debounce a function☆130Updated last year