htr_cli

The CLI usage of the HTML to React transform

Usage

Transform props to React.

```sh

htr transform --html '

'

```

Transform to React component.

```sh

htr transform --html '

' --component-name 'Main'

```