staticwebserver
v0.2.0
Published
Simple web server for static content.
Readme
Static Web Server
Simple web server for static content.
Usage: sws [options]
Options:
-h, --help usage information
-V, --version output the version number
-P, --port <n> Port, default: 3000
-d, --dir <s> Application Directory
-i, --index <s> default root
-p, --password <s> basic auth password
-u, --user <s> basic auth user
-a, --basicauth set basicauth
-v, --verbose 