module Pog::Pm

Extended Modules

Defined in:

pog/pm.cr

Constant Summary

Locks = {"package-lock.json": PackageManager::Npm, "pnpm-lock.yaml": PackageManager::Pnpm, "yarn.lock": PackageManager::Yarn}

Instance Method Summary

Instance Method Detail

def guess_pm(path : Path = Pog::Args["dir"].as(Path)) : PackageManager | Nil #

[View source]