Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 586 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 586 Bytes

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.