This package has been deprecated

Author message:

please use the official package

@sheetbase/ejs-server

2.6.0-4 • Public • Published

Sheetbase Module: @sheetbase/ejs-server

Ejs for Google apps script.

License clasp Support me on Patreon PayPal Ask me anything

Install

  • Using npm: npm install --save @sheetbase/ejs-server

  • As a library: 1_mTEblCaR8CC6epwaMoz8rk-wep3k8TDfWFLBtefvOwke2tH7pZlr4YT

    Set the Indentifier to Ejs and select the lastest version, view code.

Examples

function example1(): void {
  const source: string = "<h1>Hello <%= name %>!</h1>";
  const data = { name: "world" };
  let html: string = Ejs.render(source, data);
  Logger.log(html);
}

Documentation

Homepage: https://github.com/mde/ejs

License

@sheetbase/ejs-server is released under the Apache-2.0 license.

Package Sidebar

Install

npm i @sheetbase/ejs-server

Weekly Downloads

0

Version

2.6.0-4

License

Apache-2.0

Unpacked Size

59.1 kB

Total Files

11

Last publish

Collaborators

  • lamnhan