#github #backup #git #cli

app github-backup

一条命令备份所有 GitHub 仓库

3 个版本

0.2.3 2024 年 2 月 19 日
0.2.2 2023 年 1 月 2 日
0.2.1 2022 年 12 月 27 日

#2045Web 编程

27 每月下载次数

MIT 许可证

16KB
308

github-backup

一条命令备份所有 GitHub 仓库

如何创建 Github 个人访问令牌

  1. 访问 https://github.com/settings/tokens
  2. 点击 "生成新令牌" 按钮
  3. 勾选 "repo - 完全控制私有仓库" 复选框
  4. 点击 "生成令牌" 按钮
  5. 将新生成的令牌保存在安全的地方,这将是 GitHub 最后一次向您显示它的时刻

使用方法

~ github-backup help
GitHub Backup 0.2.0
Adrian Tombu <adrian@otso.fr>
Backup all your GitHub repositories with a single command

USAGE:
    github-backup <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    config    Display the config file contents
    help      Print this message or the help of the given subcommand(s)
    init      Initialize the config file
    run       Run the GitHub backup

依赖项

~10–24MB
~392K SLoC