sindresorhus / process-existsLinks
Check if a process is running
☆60Updated 4 years ago
Alternatives and similar repositories for process-exists
Users that are interested in process-exists are comparing it to the libraries listed below
Sorting:
- Check if the process is running with elevated privileges☆42Updated 4 years ago
- Log the value/error of a promise☆27Updated 4 years ago
- Copy a file☆121Updated 3 months ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 9 months ago
- Wordwrap a string with ANSI escape codes☆130Updated 2 months ago
- Check if argv has a specific flag☆95Updated 4 years ago
- Indent each line in a string☆114Updated 3 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Check if your package was installed globally☆70Updated 2 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Get the default network gateway, cross-platform.☆89Updated last year
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- Simple wildcard matching☆34Updated 2 months ago
- Check if the process is running as administrator on Windows☆39Updated 4 years ago
- Wrapper for the Windows `tasklist` command. Returns a list of apps and services with their Process ID (PID) for all tasks running on eith…☆70Updated 4 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Regular expression for matching issue references☆49Updated last year
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆95Updated 3 years ago
- Check if a path is a file, directory, or symlink☆80Updated last year
- Check if a string is a valid filename☆63Updated 4 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Truncate a string to a specific width in the terminal☆87Updated last month
- Wrapper for the Windows `taskkill` command. Ends one or more tasks or processes.☆44Updated 3 years ago
- Get a random temporary file path☆81Updated 2 years ago
- Check if a value is an object☆42Updated 4 years ago
- Lazy number range generator☆82Updated last year
- Get the first path that exists on disk of multiple paths☆61Updated 2 months ago
- Get the real path of the system temp directory☆83Updated 3 years ago
- Toggle the CLI cursor