# is-yarn

> Check if yarn is installed globally

Latest version **0.0.3** (published 2016-10-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-yarn
pnpm add is-yarn
yarn add is-yarn
bun add is-yarn
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2016-10-18 |
| First published | 2016-10-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Akash Nimare |
| Maintainers | akashnimare |
| Keywords | yarn, check-yarn, cli-app, cli |

## Links

- npm: https://www.npmjs.com/package/is-yarn
- Repository: https://github.com/akashnimare/is-yarn
- Homepage: https://github.com/akashnimare/is-yarn#readme
- Issues: https://github.com/akashnimare/is-yarn/issues
- npm.io page: https://npm.io/package/is-yarn

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.0.3 (latest) — 2016-10-18
- 0.0.2 — 2016-10-18
- 0.0.1 — 2016-10-18

## README

# is-yarn [![Build Status](https://travis-ci.org/akashnimare/is-yarn.svg?branch=master)](https://travis-ci.org/akashnimare/is-yarn)

> Check if yarn is installed gloabally.

## Install

```
$ npm install -g is-yarn
```

## Usage

```js
const is = require('is-yarn')

is.isyarn()
// Retruns true if yarn is installed
//=> 'true'
```

## Inspiration
[This](https://twitter.com/kentcdodds/status/788218953768116224) tweet from [Kent C. Dodds](https://github.com/kentcdodds).

## License

MIT © [Akash Nimare](http://akashnimare.in)

---
_Source: https://npm.io/package/is-yarn · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
