a CLI tool for getting info from https://cflookup.com
The general output will be in YAML format, so it is recommended to pipe it into a tool like yq
to process it:
cflookup slug ender-io | yq .id,.name,.downloadCount
...outputs:
64578
Ender IO
105552007
To see CLI usage use the built-in help command (works withs with subcommands too!):
cflookup --help
You can download prebuilt binaries from nightly.link
If you have a rust toolchain installed, you can install from source using cargo
:
cargo install --git https://github.com/UpcraftLP/cflookup-cli