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:
- A list of directories you should ignore by default☆23Updated 3 years ago
- Check if a URL is absolute☆80Updated 2 months ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆161Updated 2 months ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Clean and beautiful options for minimist☆53Updated 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
- Replace all substring matches in a string☆90Updated 4 years ago
- Write data to a random temporary file☆108Updated last year
- Reverse minimist. Convert an object of options into an array of command-line arguments☆186Updated 2 years ago
- Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.☆53Updated 6 years ago
- Check if a path is a file, directory, or symlink☆80Updated last year
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆84Updated last year
- Indent each line in a string☆114Updated 3 years ago
- Check if a path exists☆155Updated 3 years ago
- Split lines into an array of lines☆46Updated 2 years ago
- Create a Vinyl file from an actual file☆43Updated 3 years ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆37Updated 2 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…☆71Updated 4 years ago
- Compose your async functions with elegance.☆135Updated 2 years ago
- Create an array without duplicates☆74Updated 4 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 9 months ago
- Get the auth token set for an npm registry☆34Updated 3 weeks ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Updated 3 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 7 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
- Split a string on a given character or characters, with support for escaping.☆60Updated 3 years ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 5 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆94Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago