Home

Awesome

paperserve

Quick and dirty web server from your working directory using node-paperboy.

Install

$ npm install paperserve

or from a GitHub clone/fork:

$ cd node-paperserve
$ npm install .

Usage

paperserve [path-to-serve]

  -p, --port [PORT]  set the port to listen on, default 8000
  -q, --quiet        turn off any logging, default false
  -h, --help         display this help message

To try it out, run paperserve with no arguments and watch the output.