1 unstable release
0.1.0 | Jun 23, 2022 |
---|
#49 in #cli-client
21KB
381 lines
About
This repository contains a CLI tool for accessing the Murdock API.
murdock-cli
is in very early stages. Feel free to help out!
Installation
Check out this repo, then install via
cargo install --path .
Generated Openapi code
murdock-api
has been generated with
openapi-generator-cli generate -i openapi.json -g rust --additional-properties library=reqwest,packageName=murdock-api -o murdock-api --skip-validate-spec
Dependencies
~11–24MB
~363K SLoC