We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52761fa commit 2d94d87Copy full SHA for 2d94d87
1 file changed
src/managers/manager.ts
@@ -1,8 +1,8 @@
1
import { CancellationToken } from "../util";
2
3
/**
4
- * Interface for package manager implementations.
5
- * Using interface to force explicit implementations.
+ * Base class for wrapping CLI-based package managers like npm, yarn, or pnpm.
+ * Provides a unified interface for dependency resolution and command execution.
6
*/
7
export abstract class PackageManager {
8
0 commit comments