notatestuser / treeifyLinks
Pretty-print a javascript object as a tree
☆254Updated last year
Alternatives and similar repositories for treeify
Users that are interested in treeify are comparing it to the libraries listed below
Sorting:
- Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow☆242Updated 3 months ago
- Write files in an atomic fashion w/configurable ownership☆242Updated last week
- Find the root directory of a Node.js project or npm package☆248Updated 5 months ago
- Simple, flexible file copy utility☆97Updated last year
- when you want to fire an event no matter how a process exits.☆195Updated last month
- Clear a module from the cache☆184Updated 4 years ago
- A Node.js file system walker with a Readable stream interface. Extracted from fs-extra.☆323Updated 2 years ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆111Updated 3 years ago
- Get the gzipped size of a string or buffer☆173Updated 4 years ago
- A proxy to `path`, replacing `\` with `/` for all results & methods to add, change, default, trim file extensions.☆154Updated 2 years ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆167Updated last week
- Get metadata of a package from the npm registry☆245Updated last year
- Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`☆146Updated last year
- Extends minimatch.match() with support for multiple patterns☆306Updated 2 years ago
- Output one line and move to beginning of line. Useful for progress bars and counters with no breaks in the terminal☆209Updated 3 years ago
- Like which(1) unix command. Find the first instance of an executable in the PATH.☆344Updated last week
- Stringify an object/array like JSON.stringify just without all the double-quotes☆319Updated 2 months ago
- Get the system locale☆228Updated 3 years ago
- Let a globally installed package use a locally installed version of itself if available☆155Updated last year
- Monkey-patches for file system related things☆119Updated 2 months ago
- Create and parse HTTP Content-Disposition header☆237Updated 2 weeks ago
- Find the closest package.json file☆166Updated 5 months ago
- Load module from string☆299Updated 7 years ago
- Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.☆220Updated last year
- An inter-process and inter-machine lockfile utility that works on a local or network file system.☆261Updated 2 years ago
- Node.js recursive synchronous fast file system walker☆163Updated 2 weeks ago
- Detect the indentation of code☆200Updated 2 months ago
- Import a module while bypassing the cache