enum

Pog::Pm::PackageManager

Inherits Enum / Comparable / Value / Object

Constants

Npm = 0
Pnpm = 1
Yarn = 2

Instance methods

npm?

Returns true if this enum value equals Npm

Source
pnpm?

Returns true if this enum value equals Pnpm

Source
yarn?

Returns true if this enum value equals Yarn

Source