https://github.com/YukiCoco/picgo-plugin-azureimg
https://github.com/YukiCoco/picgo-plugin-azureimg
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/YukiCoco/picgo-plugin-azureimg
- Owner: YukiCoco
- License: mit
- Created: 2023-03-14T07:40:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T02:34:38.000Z (over 2 years ago)
- Last Synced: 2024-11-18T09:32:56.531Z (7 months ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
- Awesome-PicGo - picgo-plugin-azureimg
README
## picgo-plugin-azureimg
一个 picgo core 的插件,可以上传图片到 [Azure Repo](https://dev.azure.com).
## 开始使用
### 创建
在 https://dev.azure.com 创建组织并建立项目,在项目里创建 Repo,点击 Initialize.

访问 `https://[组织名].visualstudio.com/_usersSettings/tokens` 创建 Token.

### 安装
使用安装命令安装此插件:
````
picgo install azureimg
````
### 配置
使用配置命令配置插件:
````
picgo set uploader azureimg #配置 azureimg
picgo use transformer #选择 path
picgo use uploader #选择 azureimg 作为 uploader
````