0.1.3 • Published 11 years ago

pusherman v0.1.3

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

Pusherman


Some shit I wrote on a snowy sunday afternoon. Static fileserver with live refresh capabilities.

Installation

$ npm -g install pusherman

Usage

First, include the script in your page

<html>
  <head>
  ...
  <script src="/.pusherman.js"></script>
  ...
  </head>

CLI

Pusherman can be used as a static file server for authoring flat html like so:

$ cd /path/to/html/project
$ pusherman