2.0.0 • Published 3 years ago

caniuse-pnpm v2.0.0

Weekly downloads
530
License
MIT
Repository
gitlab
Last release
3 years ago

caniuse-pnpm

NPM npm npm npm type definitions pipeline status

Check if pnpm is available.

Installation

npm install caniuse-pnpm
# or
yarn add caniuse-pnpm
# or
pnpm install caniuse-pnpm

CLI

You can also install as global package to use CLI.

npm install -g caniuse-pnpm
# or
yarn global add caniuse-pnpm
caniuse-pnpm

Check if pnpm is available.

Options:
  --help, -h     Show help                                             [boolean]
  --version, -v  Show version number                                   [boolean]

Usage

const caniusePNPM = require('caniuse-pnpm');

if (caniusePNPM()) {
	console.log('pnpm is available. You can use pnpm.');
} else {
	console.log('pnpm is not available! You cannot use pnpm.');
}

Related

2.0.0

3 years ago

1.1.0

5 years ago

1.0.0

5 years ago