ShixiangWang / home

王诗翔(Shixiang Wang)的个人网站
https://shixiangwang.github.io/home/
9 stars 7 forks source link

PicGo R 拓展 #157

Open ShixiangWang opened 4 years ago

ShixiangWang commented 4 years ago

https://picgo.github.io/PicGo-Core-Doc/zh/guide/commands.html#use

安装:

$ npm install picgo -g

测试:

$ picgo -h
Usage: picgo [options] [command]

Options:
  -v, --version                        output the version number
  -d, --debug                          debug mode
  -s, --silent                         silent mode
  -c, --config <path>                  set config path
  -p, --proxy <url>                    set proxy for uploading
  -h, --help                           output usage information

Commands:
  install|add [options] <plugins...>   install picgo plugin
  uninstall|rm <plugins...>            uninstall picgo plugin
  update <plugins...>                  update picgo plugin
  set|config <module> [name]           configure config of picgo modules
  upload|u [input...]                  upload, go go go
  use [module]                         use modules of picgo
  init [options] <template> [project]  create picgo plugin's development templates