I've been looking for a utility to do something like this. The Go library is packaged as a CLI app, but to install it I'd need to download the Go toolchain, which I don't have. Meanwhile, I do have a Rust toolchain available, so I'd like it if I could just cargo install this.
I think a CLI wrapper shouldn't take too much effort. If you don't have the time for it, I could try doing that and submit a PR.
I've been looking for a utility to do something like this. The Go library is packaged as a CLI app, but to install it I'd need to download the Go toolchain, which I don't have. Meanwhile, I do have a Rust toolchain available, so I'd like it if I could just
cargo installthis.I think a CLI wrapper shouldn't take too much effort. If you don't have the time for it, I could try doing that and submit a PR.