How to use the jstransformer.render function in jstransformer

To help you get started, we’ve selected a few jstransformer examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github saojs / kopy / src / template.js View on Github external
const render = (absolutePath, content, data) => {
      return require('jstransformer')(template).render(
        content,
        Object.assign(
          {
            filename: absolutePath
          },
          templateOptions
        ),
        data
      ).body
    }

jstransformer

Normalize the API of any jstransformer

MIT
Latest version published 8 years ago

Package Health Score

74 / 100
Full package analysis

Popular jstransformer functions