2.0.0 • Published 3 years ago

has-yarn-cli v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

has-yarn-cli

Check if a project is using Yarn

Install

$ npm install --global has-yarn-cli

Usage

$ has-yarn --help

  Usage
    $ has-yarn
    ✔ This project uses Yarn

  Options
    --quiet  Silence output (useful for scripts)

  Exits with code 0 if the project uses Yarn, otherwise code 2

Related