Blazingly fast static file hosting from the CLI using snowboard.
Requirement: Cargo
cargo install --git https://github.com/Brian3647/inmovil
$ inmovil <dir> [port] [--no-logs]
inmovil target/doc 8080
inmovil src --no-logs
inmovil .github 1234
If this isn't active, the program will print this on every request: METHOD /PATH
The port to use. This must be a valid unsigned 16-bit int.