An open API service indexing awesome lists of open source software.

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

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 📄