https://github.com/3on/www.js
simple static assets server in node
https://github.com/3on/www.js
Last synced: over 1 year ago
JSON representation
simple static assets server in node
- Host: GitHub
- URL: https://github.com/3on/www.js
- Owner: 3on
- Created: 2013-11-04T18:54:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T21:20:27.000Z (almost 8 years ago)
- Last Synced: 2025-01-15T05:06:31.546Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple static assets server in node using express.js
Put express's nice index page and clean log to a good use to serves static content.
Installation
---
```bash
sudo npm install -g www.js
```
Usage
---
```text
usage: www.js [-p port] [-loh] [path]
-p, --port PORT Port on wich to listen to
-L, --no-logging Turn off logging (on )
-o, --open To open a browser to the correct address
-h, --help This help
```