README.md

June 6, 2025 · View on GitHub

Description

A vscode extention to install dependencies just one click.

No need to pnpm/npm/yarn add xx for each times.

Example

Config

pkgManager

If you don't set this config, found by this order automatically.

{
  "click-install.pkgManager": {
    "type": "string",
    "enum": [
      "pnpm",
      "yarn",
      "npm"
    ],
    "description": "Preferred package manager for click-instal."
  }
}

License

MIT License © 2025 [Nick Wu]