Skip to content

Latest commit

 

History

History

htr_cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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'