0.0
No commit activity in last 3 years
No release in over 3 years
haml_to_star is a ruby library that purpose is to allow you to transform haml to any language. The compiler class handle common processing tasks as generating the code tree and html tags, but functions that are specific to languages such as how the code in the source code must be implemented on extensions. Please take a look at known extensions and at the documentation if you want to create your own extension.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

haml_to_*

haml_to_star is a ruby library that purpose is to allow you to transform haml to any language.

The compiler class handle common processing tasks as generating the code tree and html tags, but functions that are specific to languages such as how the code in the source code must be implemented on extensions.

Please take a look at known extensions and at the documentation if you want to create your own extension.

Known extensions

haml_to_js converts haml to javascript

Contributions

This project is hosted on github, so don't hesitate to contribute and raise issues.

License

This project is under MIT License.