Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rogchap/statue
- Owner: rogchap
- Created: 2012-05-23T02:27:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-25T04:57:39.000Z (over 12 years ago)
- Last Synced: 2024-09-17T02:53:26.915Z (about 2 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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