gram-cli

Crates.iogram-cli
lib.rsgram-cli
version0.1.0
sourcesrc
created_at2020-03-18 21:01:55.548762
updated_at2020-03-18 21:01:55.548762
descriptiongram is a cli for automating github interactions.
homepagehttps://github.com/wayofthepie/gram-cli
repositoryhttps://github.com/wayofthepie/gram-cli
max_upload_size
id220284
size52,584
Stephen O'Brien (wayofthepie)

documentation

README

Github Repo Automater

gram is a cli to help automate common repository tasks.

Usage

Diff settings

gram supports diffing current repository settings with expected settings defined in a toml file.

$ 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)

Commit count: 60

cargo fmt