Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simon-he95/lazy-install

快速点击安装依赖 | Quick click to install dependencies
https://github.com/simon-he95/lazy-install

lazy-install vscode vscode-extension

Last synced: 10 days ago
JSON representation

快速点击安装依赖 | Quick click to install dependencies

Awesome Lists containing this project

README

        


to unocss


English | 简体中文

When you want to use other libraries to implement it, I need to often copy the use case in the library, and then I have to enter from the command line to install this dependency. I think it's a little troublesome. I hope this library can monitor my import statement and add a button to the head to help me install the dependency directly after clicking, so that I don't have to copy and paste anymore.

## Config
```json
{
"configuration": {
"type": "object",
"title": "lazy-install",
"properties": {
"lazy-install.way": {
"type": "string",
"default": "ni",
"description": "Choose how to install it, such as ni, npm, pnpm, yarn, default: ni"
}
}
}
}
```

## :coffee:

[buy me a cup of coffee](https://github.com/Simon-He95/sponsor)

## License

[MIT](./license)

## Sponsors