handlebars-to-ecmascript

0.0.4 • Public • Published

Highly experimental

Proof of concept

Turns a template

Hello {{world}}!

into a ecmascript module

export function render(data1) {
    return 'Hello ' + data1.world + '!';
};

License

This project is licensed under MIT.

Readme

Keywords

Package Sidebar

Install

npm i handlebars-to-ecmascript

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • jantimon