Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YukiCoco/picgo-plugin-azureimg
https://github.com/YukiCoco/picgo-plugin-azureimg
Last synced: 3 months 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-16T02:34:38.000Z (over 1 year ago)
- Last Synced: 2024-04-07T11:36:16.111Z (7 months ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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://niconiacg.visualstudio.com/8b1c4d7b-9bf3-41ee-9c02-569f405a18cb/_apis/git/repositories/a8ec5f4f-1b76-4ca2-be3e-446375fb6f9e/items?path=/2023/2/4/c1b48e04b07d.png&$format=octetStream&api-version=5.0)
访问 `https://[组织名].visualstudio.com/_usersSettings/tokens` 创建 Token.
![](https://niconiacg.visualstudio.com/8b1c4d7b-9bf3-41ee-9c02-569f405a18cb/_apis/git/repositories/a8ec5f4f-1b76-4ca2-be3e-446375fb6f9e/items?path=/2023/2/4/31415819577f.png&$format=octetStream&api-version=5.0)
### 安装
使用安装命令安装此插件:
````
picgo install azureimg
````
### 配置
使用配置命令配置插件:
````
picgo set uploader azureimg #配置 azureimg
picgo use transformer #选择 path
picgo use uploader #选择 azureimg 作为 uploader
````