Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ntwcklng/yarn-installed


https://github.com/ntwcklng/yarn-installed

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# yarn-installed

Check if `Yarn` is installed on the users system.

## Usage

```js
const yarnInstalled = require('yarn-installed')

if (yarnInstalled()) {
// Yarn is installed
}

```

## Author

- Marvin Mieth ([@ntwcklng](https://twitter.com/ntwcklng))