Command-line static HTTP server build upon Python HTTPServer from standard library.
No additional dependencies required.
One-file bundled executable can be downloaded from the Releases section.
bphs [-h] [-p] [-d] [-l]
-h, --help show help message and exit
-p, --port port to use [8080]
-d, --dir directory to serve [current directory]
-l, --listing enable directory listing