Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 673 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 673 Bytes

tinyweb

tiny http static server (dir, zip, git)

Installation

$ go get github.com/gnue/httpfs/examples/tinyweb

Usage

tinyweb [OPTIONS] [dir...]

Application Options:
  -H, --host=      host (default: localhost)
  -p, --port=      port (default: 3000)
  -b, --branch=    git branch (default: master)
      --index=     directory index (default: index.html)
      --autoindex  directory auto index
      --cert=      TLS cert file
      --key=       TLS key file

Help Options:
  -h, --help       Show this help message

Arguments:
  dir:             directory or zip

Author

gnue

License

MIT