An open API service indexing awesome lists of open source software.

https://github.com/ocramz/ciao

A little static webserver for the command line
https://github.com/ocramz/ciao

cli-app command-line-tool static-server static-site static-web-server web-server webserver

Last synced: over 1 year ago
JSON representation

A little static webserver for the command line

Awesome Lists containing this project

README

          

# 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