2.1.4 • Published 3 years ago

hcat v2.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

hcat

Pipe html into your browser from command line

You should take a look at scat which pipes javascript into your browser or bcat for a more log piping oriented module

CLI tool

npm install -g hcat
echo '<hr>' | hcat

command line parameters

--port              set a port for this hcat execution, defaults to 0 (random port)
--hostname     set the hostname for this hcat execution, defaults to localhost
--contentType  set the content type header for this hcat execution, defaults to text/html

API

npm install --save hcat
const hcat = require('hcat')
const fs = require('fs')

// config is optional
hcat(fs.createReadStream('foo.html'), { port: 8080 })

// string or buffer instead of stream
hcat('<h1>test 123</h1>', { port: 8080 })

Many thanks to all the contributors

2.1.4

3 years ago

2.1.3

4 years ago

2.1.2

5 years ago

2.1.1

7 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.6

10 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago