1.0.5 • Published 9 years ago

publishresults v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

publishresults

Takes the output of a command, and serves it on a page.

Installation

npm install -g publishresults

Example

Run the following command:

publishresults 'while true; do date; sleep 1; done'

It will show you the output on the command line, and will also give you a URL. Visit http://localhost:9876 (9876 is the default port), and you will also see the output there. The browser-side code will automatically refresh every second, if new content is available.

License

MIT

Credits

Author: Geza Kovacs

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago