Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 443 Bytes

File metadata and controls

23 lines (13 loc) · 443 Bytes

ciao

A little static webserver

Installation

$ stack install

Get started

$ ciao -h

ciao - a little static webserver

Usage: ciao [-p|--port INT] [-d|--dir FILEPATH]
Serve the contents of a directory over HTTP

Available options:
-p,--port INT            TCP port (default: 3000)
-d,--dir FILEPATH        directory to serve (default: "/var/www")
-h,--help                Show this help text