Skip to content

chenshuai2144/detect-installer

Repository files navigation

@umi-material/detect-installler

Determine what package manager should be used

Usage

yarn add detect-installer
const detect = require('detect-installer');
detect(__dirname); // ['tyarn',"yarn"]

// find you install package manger
detect(__dirname).find(detect.hasPackageCommand) // yarn

LICENSE

MIT