Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simon-he95/lazy-install
- Owner: Simon-He95
- License: mit
- Created: 2024-01-20T14:11:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T02:47:24.000Z (3 months ago)
- Last Synced: 2024-08-19T03:48:51.048Z (3 months ago)
- Topics: lazy-install, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/manage/publishers/simonhe/extensions/lazy-install/hub
- Size: 347 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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