2 个不稳定版本
0.2.0 | 2023 年 10 月 11 日 |
---|---|
0.1.0 | 2023 年 9 月 17 日 |
#2488 in 命令行工具
15KB
316 代码行
rhub
蓝莓是一个 CLI 工具,可以自动从本地文件夹创建 GitHub 仓库。
Rhub is a CLI for pushing local repositories to Github.
Usage: rhub [OPTIONS] [directory]
Arguments:
[directory] The directory to send to Github [default: .]
Options:
-d, --description <DESCRIPTION> The description of the repository [default: ]
-n, --name <NAME> The name that the repository will take on GitHub [default: ]
-p, --private If present, makes the repository private
-h, --help Print help
-V, --version Print version
凭证
您必须设置 GITHUB_TOKEN 环境变量为您的 GitHub 令牌
export GITHUB_TOKEN=your_token
依赖项
~7–19MB
~283K SLoC