htmtojsx
v1.0.3
Published
converts HTML to JSX
Readme
HTMtoJSX
HTMtoJSX converts HTML to JSX
Installation
npm install htmtojsx
$ htmtojsx --help Converts HTML to JSX for use with React. Usage: htmtojsx -c ComponentName file.html
Examples: htmtojsx -c TestComponent Test.htm Creates React component "TestComponent" based on Test.html
