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
- Host: GitHub
- URL: https://github.com/ocramz/ciao
- Owner: ocramz
- License: bsd-3-clause
- Created: 2021-01-30T20:48:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T22:08:45.000Z (over 5 years ago)
- Last Synced: 2025-02-01T11:30:37.694Z (over 1 year ago)
- Topics: cli-app, command-line-tool, static-server, static-site, static-web-server, web-server, webserver
- Language: Haskell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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