atom-template-engine
Convert to HTML from different templating engines within the editor.
Usage
- Open up command pallette (
cmd+shift+p) - Search for Template Convert To:

Supported template engines
Contribute templating engines
- Create new
{{templateengine}}.jsfile intemplate-enginesdirectory - Export two methods, namely
{
toHTML: function (string), // Return string
fromHTML: function (string) // Return string
}
- Check examples in the
template-enginesfolder
Testing
Run apm test from the package directory.
TODO
- Add more templating engines