#settings #repository #interaction #toml #gram #github #automating

app gram-cli

gram是一个用于自动化GitHub交互的命令行工具

1个不稳定版本

0.1.0 2020年3月18日

#3#gram

自定义许可证

21KB
437

Github仓库自动化器

gram是一个命令行工具,用于帮助自动化常见的仓库任务。

用法

比较设置

gram支持将当前仓库设置与在toml文件中定义的预期设置进行比较。

$ gram -h
gram 0.1.0
Supported commands and options.

# Diff settings `gram` supports diffing known settings defined in a settings toml file against the current repository
settings.

USAGE:
    gram --token <token> <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -t, --token <token>    Github token to use [env: GITHUB_TOKEN=]

SUBCOMMANDS:
    diff-settings    Diff actual settings with expected settings defined in a settings toml file
    help             Prints this message or the help of the given subcommand(s)

依赖关系

~8–16MB
~321K SLoC