yeet is an in-memory indexed static file webserver
Usage:
yeet [command]
Available Commands:
help Help about any command
serve Run the webserver
Flags:
--colors Force output with colors
-h, --help help for yeet
--host string Hostname to bind the webserver (default "0.0.0.0")
--log string The log level to output (default "info")
--paths strings Paths to serve on the webserver (default [./www])
--port int Port to run the webserver on (default 8080)
Use "yeet [command] --help" for more information about a command.
Process finished with exit code 0