feat: add pnpm support & introduce pkg manager wrap for npm

This commit is contained in:
Sahilb315
2025-04-30 02:26:19 +05:30
parent c8a569b584
commit 1844298f72
7 changed files with 258 additions and 161 deletions
+1
View File
@@ -42,6 +42,7 @@ func IsInstallCommand(pkgManager, cmd string) bool {
"add": true,
},
"pnpm": {
"add": true,
"install": true,
"i": true,
},