blakeembrey / node-language-detectLinks
Detect the programming language of any file in JavaScript
☆59Updated last year
Alternatives and similar repositories for node-language-detect
Users that are interested in node-language-detect are comparing it to the libraries listed below
Sorting:
- Programming language classifier for node.js☆81Updated 2 years ago
- simple node.js functions for doing oauth login with github☆72Updated 6 years ago
- Get the path of the caller module☆66Updated 4 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
- Run promise-returning & async functions in series, each passing its result to the next☆78Updated last month
- Get the callsite of the caller function☆54Updated last month
- Converts JavaScript objects to source☆104Updated 2 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆95Updated 3 years ago
- Run promise-returning & async functions repeatedly until you end it☆47Updated 4 years ago
- Get a random temporary file path☆80Updated 2 years ago
- Replace all substring matches in a string☆89Updated 4 years ago
- Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and stre…☆71Updated 2 years ago
- Find multiple RegExp matches in a string☆90Updated 3 years ago
- Evaluate node require() module content directly☆94Updated 3 years ago
- A node module that extracts useful properties like user, repo, and branch from various flavors of GitHub URLs.☆89Updated 2 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year
- Indent each line in a string☆113Updated 3 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Write data to a random temporary file☆107Updated last year
- Returns a promise resolved in the next event loop - think `setImmediate()`☆71Updated 4 years ago
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.