4.0.7 • Published 19 days ago

cli-html v4.0.7

Weekly downloads
35
License
GPL3
Repository
github
Last release
19 days ago

Welcome to cli-html

Version Documentation Maintenance License: GPL-3.0 Downloads

Renderer HTML in the Terminal. Supports pretty tables and syntax highlighting

Install

npm i -g cli-html

Example

html examples/demo.html

This will produce the following:

Screenshot of cli-html

Usage as module

npm i cli-html
import cliHtml from 'cli-html';

const html = `
<h1>Hello World</h1>
`

console.log(cliHtml(html));

Run tests

npm run test

Author

👤Grigorii Horos

Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

License

Copyright © 2019 Grigorii Horos.

This project is GPL-3.0-or-later licensed.

4.0.7

19 days ago

4.0.5

3 months ago

4.0.6

3 months ago

4.0.4

5 months ago

4.0.3

5 months ago

4.0.1

10 months ago

4.0.0

10 months ago

3.0.10

10 months ago

3.0.11

10 months ago

3.0.8

1 year ago

3.0.7

1 year ago

3.0.6

2 years ago

3.0.5

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.8

2 years ago

2.1.7

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.9.4

3 years ago

1.9.1

3 years ago

1.9.2

3 years ago

1.8.4

3 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.8

4 years ago

1.5.7

4 years ago

1.5.6

4 years ago

1.5.5

4 years ago

1.5.4

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.1

5 years ago