An open API service indexing awesome lists of open source software.

https://github.com/srounce/pusherman


https://github.com/srounce/pusherman

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

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

## Installation
```bash
$ npm -g install pusherman
```

## Usage
First, include the script in your page
```html


...

...

```

### CLI
Pusherman can be used as a static file server for authoring flat html like
so:
```bash
$ cd /path/to/html/project
$ pusherman
```