Conversion tool from JSX or Handlebars to htm (tagged template literal)
- Convert from JSX to htm (tagged template literal)
- Convert from Handlebars to JSX or htm (tagged template literal)
- Format output code with prettier
- Option to toggle React attributes names (className, htmlFor etc)
See live version here
npm install -g to-htm
to-htm <file-pattern>
Where file-pattern is a glob. Example:
to-htm **/*.hbs
- Improve cli (add options)
2019 - Luiz Américo Pereira Câmara
MIT License