1.2.0 • Published 6 years ago
cli-jsx v1.2.0
Welcome to cli-jsx
Renderer JSX in the Terminal.
Supports pretty tables and syntax highlighting
Install
npm i -g cli-jsxExample
jsx demo.jsxThis will produce the following:


Usage as module
npm i cli-jsxconst cliJSX = require('cli-jsx');
const jsx = <h1>Hello World</h1>
console.log(cliJSX(jsx));Run tests
npm run testAuthor
👤Grigorii Horos
- Github: @horosgrisa
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.