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!
☆83Updated 5 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 path is a file, directory, or symlink☆78Updated 11 months ago
- Wait for any promise to be fulfilled☆54Updated 3 years ago
- Clean and beautiful options for minimist☆53Updated 2 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
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Get locally or globally installation path of given package name.☆43Updated 2 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 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
- Indent each line in a string☆113Updated 3 years ago
- Create a Vinyl file from an actual file☆41Updated 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 URL is absolute☆79Updated 3 years ago
- Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and stre…☆70Updated 2 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated 11 months ago
- Parse HTTP X-Forwarded-For header☆57Updated last week
- Split lines into an array of lines☆44Updated last year
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆84Updated 11 months ago
- Rename a function☆46Updated last year
- Write data to a random temporary file☆105Updated 11 months ago
- Check if a path exists☆151Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 3 years ago
- An easy-to-use wildcard globbing library.☆104Updated 11 months ago
- Get a random temporary file path☆80Updated 2 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆156Updated last year
- Create a MD5 hash with hex encoding☆45Updated last year
- Reverse minimist. Convert an object of options into an array of command-line arguments☆185Updated 2 years ago
- 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…☆34Updated 2 years ago