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:
- Check if a URL is absolute☆80Updated 2 months ago
- Wait for any promise to be fulfilled☆56Updated 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
- A list of directories you should ignore by default☆23Updated 3 years ago
- Wrapper for the Windows `tasklist` command. Returns a list of apps and services with their Process ID (PID) for all tasks running on eith…☆70Updated 4 years ago
- Check if a path is a file, directory, or symlink☆79Updated last year
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆95Updated 3 years ago
- Clean and beautiful options for minimist☆53Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Map collection as specified in ECMAScript6☆73Updated 4 years ago
- Get the directory of globally installed packages and binaries☆76Updated 2 years ago
- Create a Vinyl file from an actual file☆42Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 7 years ago
- Create an array without duplicates☆73Updated 4 years ago
- Compose your async functions with elegance.☆135Updated 2 years ago
- Split a string on a given character or characters, with support for escaping.☆60Updated 3 years ago
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆36Updated 2 years ago
- Split lines into an array of lines☆45Updated 2 years ago
- Indent each line in a string☆113Updated 3 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆160Updated 2 months ago
- Add `module.exports` for Babel and TypeScript compiled code☆35Updated last year
- List of node.js builtin modules☆37Updated last year
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- Find multiple RegExp matches in a string☆90Updated 3 years ago
- Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.☆53Updated 6 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- Easily calculate the relative path from file A to file B in Node.js project. Will calculate correctly from a file to a directory, file to…☆33Updated 2 years ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 4 years ago