Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/toimc/vsext

A CLI for download VSCode Extensions files, based on got, and install ext on offline use
https://github.com/toimc/vsext

Last synced: 4 days ago
JSON representation

A CLI for download VSCode Extensions files, based on got, and install ext on offline use

Awesome Lists containing this project

README

        

## 🚀 快速开始

### 📦 安装插件

在使用之前,需要先全局安装 `vsext` 工具:

```
npm i -g vsext
```

### ⬇️ 下载插件

要下载当前系统中已安装的所有插件,可以运行以下命令:

```
vsext d
```

这将会将所有已安装插件的压缩包下载到当前目录。

### 📥 安装已下载的离线插件

若要安装之前已经离线下载好的插件,可以使用以下命令:

```
vsext i
```

这将会安装已下载的插件文件。

## ⚖️ 版权和许可

该项目采用 [MIT](./LICENSE) 许可证发布。

## 🙏 鸣谢

感谢所有为该项目做出贡献的人员和资源。