返回市场
G

github

v4.0.0MIT

by dyyz1993

GitHub SEO 外链 - Profile / README / Gist / Repo

0 次下载 0.0 (0 条评价) 更新于 1/1/1970
Free
xbrowser plugin install xbrowser-plugin-github

命令

update-profile

更新 GitHub 个人资料页(Bio、网站、公司等)

Parameters

NameTypeReqDescription
biostringNo个人简介
blogstringNo网站 URL
companystringNo公司
locationstringNo地点
namestringNo显示名称
hireablebooleanNo是否开放招聘
xbrowser github update-profile --help
add-social-link

添加社交链接到 GitHub Profile

Parameters

NameTypeReqDescription
urlstringYes社交链接 URL
xbrowser github add-social-link --help
create-gist

创建 GitHub Gist(带外链)

Parameters

NameTypeReqDescription
filenamestringYes文件名 (readme.md)
contentstringYesGist 内容(支持 Markdown)
descriptionstringNoGist 描述
publicbooleanNo是否公开 (true)
xbrowser github create-gist --help
get-profile

获取 GitHub 用户 Profile 信息

Parameters

NameTypeReqDescription
usernamestringNoGitHub 用户名,不填则获取自己的

Examples

xbrowser github get-profile

获取 Profile 信息

xbrowser github get-profile --help
create-repo

创建 GitHub 仓库

Parameters

NameTypeReqDescription
namestringYes仓库名称
descriptionstringNo仓库描述
privatebooleanNo是否私有 (false)
readmebooleanNo是否初始化 README (true)
xbrowser github create-repo --help
edit-readme

编辑 GitHub 仓库的 README.md 文件

Parameters

NameTypeReqDescription
repostringYes仓库名称(owner/repo 格式)
contentstringYesREADME 内容(Markdown)
messagestringNo提交信息
xbrowser github edit-readme --help