Serve.CLI (serve v0.1.0)

Starts HTTP Server in DIR (the current directory by default).

Usage: serve [OPTION] [DIR]

Available options:

-p, --port         specify the port to listen on (default: `4444`).
-o, --open         open the browser automatically.
-n, --no-index     disable directory listing.
-v, --version      output version information and exit
-h, --help         display this help and exit

Examples:

serve
serve path/to/web
serve -op 3000

Summary

Functions

main(command_line_args)