prefers-yarn

1.0.1 • Public • Published

prefers-yarn workflow npm

Check whether the working directory prefers yarn over npm

Installation

npm install prefers-yarn

Usage

const prefersYarn = require('prefers-yarn')
 
const useYarn = prefersYarn() // boolean
 
if (useYarn) {
  // do stuff
}
 

License

MIT (c) Cezar Augusto.

/prefers-yarn/

    Package Sidebar

    Install

    npm i prefers-yarn

    Weekly Downloads

    216

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    2.5 kB

    Total Files

    4

    Last publish

    Collaborators

    • cezaraugusto