Skip to content

ocramz/ciao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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