Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntwcklng/yarn-installed
https://github.com/ntwcklng/yarn-installed
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ntwcklng/yarn-installed
- Owner: ntwcklng
- License: mit
- Created: 2017-05-14T08:28:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T08:28:59.000Z (over 7 years ago)
- Last Synced: 2024-10-12T11:06:54.728Z (3 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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))