My current plan is to just release the cli on crates.io, in addition to the library. Then you could just do `cargo install spacebadgers-cli` and be done with it, no need to fork the repo.
The cli has a pretty good help section, so it should be pretty self-explanatory. If you just run it without arguments, it'll tell you all there is to it.
I'm still figuring out a few things about argument handling and additional options, so for now I haven't been releasing the cli yet (it's still too unstable in terms of consistency between updates).
My current plan is to just release the cli on crates.io, in addition to the library. Then you could just do `cargo install spacebadgers-cli` and be done with it, no need to fork the repo.
The cli has a pretty good help section, so it should be pretty self-explanatory. If you just run it without arguments, it'll tell you all there is to it.
I'm still figuring out a few things about argument handling and additional options, so for now I haven't been releasing the cli yet (it's still too unstable in terms of consistency between updates).