Skip to content

A vscode extension that automatically import dependencies for your project.

License

Notifications You must be signed in to change notification settings

wNing50/click-install

Repository files navigation

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]

About

A vscode extension that automatically import dependencies for your project.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published