detect-package-manager
detect-package-manager copied to clipboard
Request: Binary call
The idea is if I call npx detect-package-manager then it will return npm, yarn or pnpm.
So I can do this:
`npx --yes detect-package-manager` install