Haml-like syntax transpiler for Ember HTMLBars templates
The hbars is an Ember HTMLBars template that provides a Haml-like syntax for Ember applications. It aims to maintain a similar syntax to Haml while using HTMLBars helpers instead of Ruby. The goal is to preserve the logic of the template with minimal manipulation.
hbars is an Ember HTMLBars template that provides a Haml-like syntax for Ember applications. It offers features such as a familiar Haml-like syntax, HTMLBars helpers, support for raw text blocks, and attribute lists spanning multiple lines. It can be installed using the ember-cli addon ember-cli-hbars.