Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/akashnimare/is-yarn
- Owner: akashnimare
- Created: 2016-10-18T12:17:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-21T09:09:10.000Z (about 8 years ago)
- Last Synced: 2024-10-30T10:05:38.335Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)