Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akashnimare/is-yarn

Check if yarn is installed globally or not [WIP]
https://github.com/akashnimare/is-yarn

Last synced: about 1 month ago
JSON representation

Check if yarn is installed globally or not [WIP]

Awesome Lists containing this project

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)