1 unstable release

0.1.0 Jun 23, 2022

#41 in #cli-client

Apache-2.0

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

~10–24MB
~364K SLoC