README ¶ serve serve is a simple cross-platform CLI tool to serve files over HTTP. Install You must have Go installed in order to build serve. go get github.com/kszab0/serve Usage serve path/to/serve Defaults to the current directory. Usage of serve: -a string http address (default "localhost:9876") -q use quiet mode - don't display logs License Authored by Kristóf Szabó and released under the MIT license. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func CLI(args []string) int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CLI ¶ func CLI(args []string) int CLI runs the serve command line app and returns its exit status. Types ¶ This section is empty. Source Files ¶ View all Source files serve.go Directories ¶ Show internal Expand all Path Synopsis cmd serve command Click to show internal directories. Click to hide internal directories.