jonschlinkert / writeLinks
Write data to the file system, creating any intermediate directories if they don't already exist. Used by flat-cache and many others!
☆82Updated 6 years ago
Alternatives and similar repositories for write
Users that are interested in write are comparing it to the libraries listed below
Sorting:
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Updated 3 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Create a Vinyl file from an actual file☆43Updated 3 years ago
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Updated 2 years ago
- Check if a URL is absolute☆80Updated 4 months ago
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆84Updated last year
- Copy a file☆122Updated 5 months ago
- Write data to a random temporary file☆108Updated this week
- Check if something is a Node.js stream☆115Updated last year
- Check if something is a promise☆45Updated 4 years ago
- Indent each line in a string☆115Updated 3 years ago
- Replace all substring matches in a string☆90Updated 4 years ago
- Get a random temporary file path☆81Updated this week
- Check if a path exists☆155Updated 3 years ago
- Split a string on a given character or characters, with support for escaping.☆60Updated 3 years ago
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- Create an array without duplicates☆74Updated 4 years ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 5 years ago
- Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.☆53Updated 6 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆160Updated 4 months ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆187Updated 2 years ago
- Get the set npm registry URL☆57Updated 9 months ago
- Clean and beautiful options for minimist☆53Updated 3 years ago
- Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs…☆97Updated 3 years ago
- Compose your async functions with elegance.☆135Updated 2 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated 2 years ago
- Check if it's the first time the process is run☆83Updated 4 months ago
- Check if a path is a file, directory, or symlink☆80Updated last year
- Convert a string/Buffer/Uint8Array to a readable stream☆94Updated 3 years ago