1 unstable release
0.0.1-alpha0 | May 29, 2021 |
---|
#21 in #commandline
39KB
207 lines
rust-domain.rs
I need a .rs domain, now!
What does rust-domain
do?
It helps your creating a .rs
domain for your rust project from the shell.
How does it work?
There is no magic, it relies on an ISP (their API) to register the domain.
Right now only one ISP (mCloud.rs) is supported, for 2 reasons.
- They offer a fair price (~15 €)
- They offer an API to make this possible
Feel free to contribute to support other ISPs.
So to be clear, you need to signup with this ISP first (rust-domain signup
) then you can go ahead.
FAQ
Q: So this tool is only an API wrapper? A: yes, but tries to be convenient.
Q: Is there a Web-UI? A: No, but you can go to the ISP and do it all there, so this tool is not needed for you then.
Quick Start
Install
To install the rust-domain, you just need to run
cargo install rust-domain
to verify if the installation was successful, you can run which rust-domain
that should output similar to
$HOME/.cargo/bin/rust-domain
Usage
$ rust-domain --help
TODO: --help output goes here
License
- GNU GPL v3 license
- Copyright 2021 © Sven Assmann.
Dependencies
~9–23MB
~347K SLoC