Renderer HTML in the Terminal.
Supports pretty tables and syntax highlighting
npm i -g cli-html
html demo.html
This will produce the following:
npm i cli-html
const cliHtml = require('cli-htm');
const html = `
<h1>Hello World</h1>
`
console.log(cliHtml(html));
npm run test
👤Grigorii Horos
- Github: @horosgrisa
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 Grigorii Horos.
This project is GPL-3.0-or-later licensed.