Note
work in progress, only languages card is implemented
skrytsam is a command-line tool that fetches GitHub profile statistics and generates SVG cards for use in your profile README.
generate pretty svgs for your profile on GitHub
Usage: skrytsam [OPTIONS] <GITHUB_USERNAME> <COMMAND>
Commands:
languages
help Print this message or the help of the given subcommand(s)
Arguments:
<GITHUB_USERNAME>
Options:
--skip-forks don't include repos that are forks
--skip-private don't include private repos
--skip-archived don't include archived repos
-h, --help Print help
-V, --version Print version
Usage: skrytsam <GITHUB_USERNAME> languages [OPTIONS]
Options:
-s, --skipped-languages <SKIPPED_LANGUAGES>
don't include these languages
-n, --num-languages <NUM_LANGUAGES>
how many languages to show the rest will be merged into "Other" 0 means infinite [default: 5]
-o, --output <OUTPUT>
where to put output svg `-` to use stdout [default: languages.svg]
-h, --help
Print help
-
from source:
cargo install skrytsam
-
from binaries, using
cargo-binstall:cargo binstall skrytsam
-
or download and extract the latest release