A template engine for nodejs, browser and any other javascript environment
jQuery templates contain markup with binding expressions ('Template tags'). Templates are applied to data objects or arrays, and rendered into the HTML DOM.
The library was deprecated but some projects are still using it. This is jquery-tmpl commonjs implementation.
Application is created to help in migration from deprecated jQuery template library. Application is able to converte jQuery template to handlebar templates. Application supports two working modes: command-line interface(CLI) and server preview for interac