joehand / count-filesLinks
count files, directories, and bytes recursively in a folder as fast as possible.
☆19Updated 8 years ago
Alternatives and similar repositories for count-files
Users that are interested in count-files are comparing it to the libraries listed below
Sorting:
- ⏲ - Small timing library☆35Updated 7 years ago
- Streaming fs.readdir☆47Updated 7 years ago
- Create server-sent-events☆21Updated 8 years ago
- Read a file and re-read it when it changes☆17Updated 8 years ago
- Small module for doing generic rate limiting using an LRU cache☆22Updated 8 years ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated last year
- Utility module to print pretty messages on SIGINFO/SIGUSR1☆29Updated 5 years ago
- Faster and simplified version of on-load without dom diffing support☆36Updated 5 years ago
- The simplest API for running code inside electron☆25Updated 6 years ago
- Parse a JSON stream into an object☆15Updated 8 years ago
- Small module that allows you to guard a call to a function.☆62Updated 5 years ago
- Markdown tagged template literal renderer☆34Updated 7 years ago
- Get the absolute file path to a bin entry of an installed dependency☆17Updated 3 years ago
- A reusable project generator☆34Updated 4 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- minify javascript in a stream using uglify-js (ES5) or terser (ES6+)☆27Updated 4 years ago
- EventSource implemented in node and the browser as a readable stream☆47Updated 7 years ago
- Get the path of the parent module☆77Updated last year
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆55Updated 10 months ago
- Compress an HTTP response if the client has headers that allow it☆11Updated 8 years ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆53Updated 2 years ago
- Output a message prefixed with the name and line number of the source file where you outputted the message☆57Updated 5 years ago
- Sink your streams.☆17Updated 2 years ago
- A verbose ndjson log formatter for pino.☆13Updated 5 years ago
- A native DOM component for embedding youtube video players☆37Updated 5 years ago
- the simplest benchmark you can run on node☆87Updated 3 years ago
- Simple wait/notify promise with optional max wait time☆43Updated 5 years ago
- A simple JavaScript implementation of `du -sb`☆28Updated 2 years ago
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆36Updated last year
- Ensures a value is a valid error by making it one if not