sindresorhus / is-installed-globally
Check if your package was installed globally
☆70Updated last year
Alternatives and similar repositories for is-installed-globally:
Users that are interested in is-installed-globally are comparing it to the libraries listed below
- Get the directory of globally installed packages and binaries☆75Updated last year
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 2 years ago
- Get the first path that exists on disk of multiple paths☆58Updated 2 years ago
- Import a globally installed module☆58Updated last year
- Lazy number range generator☆81Updated last year
- Get metadata on the default editor or a specific editor☆53Updated last year
- Check if your code is running as an npm or yarn script☆64Updated 3 years ago
- Check if a path is a file, directory, or symlink☆78Updated 7 months ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆40Updated 3 years ago
- A better `Promise.race()`☆46Updated 2 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Exit the process when the `esc` key is pressed☆56Updated last year
- Create a lazily evaluated value☆69Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 3 weeks ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆140Updated 2 years ago
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Check if a URL is absolute☆79Updated 3 years ago
- Make a function mimic another one☆94Updated 4 months ago
- Regular expression for matching issue references☆49Updated 5 months ago
- Get the path of the parent module☆77Updated last year
- Simplify eslint rules by visiting templates☆20Updated 2 years ago
- Check if argv has a specific flag☆94Updated 3 years ago
- Truncate a string to a specific width in the terminal☆87Updated last year
- Run promise-returning & async functions repeatedly until you end it☆45Updated 3 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆68Updated 3 years ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆92Updated 2 years ago
- Filter object keys and values into a new object☆101Updated 9 months ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆93Updated 2 years ago