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:
- 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
- A list of directories you should ignore by default☆23Updated 3 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago
- Check if a URL is absolute☆79Updated 4 years ago
- Check if a path is a file, directory, or symlink☆78Updated last year
- Split lines into an array of lines☆44Updated last year
- Check if a path exists☆151Updated 3 years ago
- Copy a file☆121Updated last month
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 6 months ago
- Compose your async functions with elegance.☆134Updated 2 years ago
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆84Updated last year
- Get the directory of globally installed packages and binaries☆76Updated last year
- Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and stre…☆71Updated 2 years ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆184Updated 2 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 4 years ago
- Get a random item from an array☆56Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Indent each line in a string☆113Updated 3 years ago
- Create an array without duplicates☆72Updated 4 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
- file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!☆56Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Round a number to a specific number of decimal places: 1.234 → 1.2☆158Updated 3 weeks ago
- Create a Vinyl file from an actual file☆41Updated 2 years ago
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Wait for any promise to be fulfilled☆54Updated 3 years ago
- Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.☆53Updated 6 years ago
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- Truncate a string to a specific width in the terminal☆87Updated 2 weeks ago