https://github.com/ultirequiem/is_installed
🐌 Check if a binary is installed
https://github.com/ultirequiem/is_installed
deno nodejs typescript which
Last synced: 2 months ago
JSON representation
🐌 Check if a binary is installed
- Host: GitHub
- URL: https://github.com/ultirequiem/is_installed
- Owner: UltiRequiem
- License: other
- Created: 2022-08-03T17:45:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T20:14:21.000Z (almost 4 years ago)
- Last Synced: 2026-03-18T12:50:08.985Z (3 months ago)
- Topics: deno, nodejs, typescript, which
- Language: TypeScript
- Homepage: https://ulti.js.org/is_installed
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# is_installed
Check if a binary is installed.
## Usage
### [Deno 🦕](https://deno.land/x/REPO)
```javascript
import { isInstalled } from "https://deno.land/x/is_installed/mod.ts";
await isInstalled("ls"); //=> true
await isInstalled("non-existing-command"); //=> false
```
## Documentation
Is hosted on [Deno Doc](https://doc.deno.land/https://deno.land/x/is_installed)
📄
## Versioning
We use [Semantic Versioning](http://semver.org). For the versions available, see
the [tags](https://github.com/UltiRequiem/is_installed/tags) 🏷️
## Licence
MIT License 📄