Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rogchap/statue

Simple web server to serve static pages locally.
https://github.com/rogchap/statue

Last synced: 5 days ago
JSON representation

Simple web server to serve static pages locally.

Awesome Lists containing this project

README

        

# statue

simple web server to serve static pages locally.

## simple install

install npm, and then do this:

npm install statue -g

you don't even need to download or fork this repo at all.

## fancy install

get this code, install npm, and then do this:

npm link

## options

-h|-?|--help : displays help
-v|--version : displays statue version number
-p|--port : port number to listen on
-d|--dir : home directory to list from

## todo

1. ~~file directory listings like apache for easier navigation~~ (>= 0.1.3)
2. better styled error pages (404, 500)
3. options for showing/hiding hidden files
4. ~~windows support~~ (>= 0.1.4)
5. table sorting support