htr_cli 0.5.27

convert html to react fast
htr_cli-0.5.27 is not a library.

htr_cli

The CLI usage of the HTML to React transform

Usage

Transform props to React.


htr transform --html '<div class="something" for="mystuff" tabindex="2" style="color: white; background-color: black">'

Transform to React component.


htr transform --html '<div class="something" for="mystuff" tabindex="2" style="color: white; background-color: black">' --component-name 'Main'