sindresorhus / is-executableLinks
Check whether a file can be executed
☆45Updated 2 years ago
Alternatives and similar repositories for is-executable
Users that are interested in is-executable are comparing it to the libraries listed below
Sorting:
- Create a transform stream using await instead of callbacks☆71Updated 2 years ago
- Detect whether the terminal supports Unicode☆85Updated last year
- Convert a string index to its line and column position☆35Updated last month
- Make a synchronous function have a timeout☆125Updated last year
- Like Object.keys() but also includes symbols☆23Updated 2 years ago
- Switch git branches by their pull request title☆67Updated 3 years ago
- Ponyfill for Error#captureStackTrace☆61Updated 3 years ago
- Convert object keys from camel case☆56Updated last year
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Check if the process is running inside a container (Docker/Podman)☆76Updated 2 years ago
- Block the main thread for a given amount of time