Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srounce/pusherman
https://github.com/srounce/pusherman
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/srounce/pusherman
- Owner: srounce
- Created: 2013-03-24T20:25:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-25T12:04:43.000Z (over 11 years ago)
- Last Synced: 2024-04-15T11:12:52.979Z (7 months ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```