Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ecto

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecto

Modern Template Consolidation Engine for EJS, Markdown, Pug, Nunjucks, and Handlebars

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Ecto

Modern Template Consolidation Engine for EJS, Markdown, Pug, Nunjucks, Mustache, and Handlebars

Build Status Release Status GitHub license codecov npm


Features

  • Zero Config by default.
  • Async render function for ES6 and Typescript.
  • Automatic Engine Selection. No more selecting which engine to use as it does it for you based on file extension.
  • Support for the top Template Engines: EJS, Markdown, Pug, Nunjucks, Mustache, Liquid, and Handlebars
  • Maintained with Monthly Updates!

Auto File Extension Selectors

EngineExtensions
EJS.ejs
Markdown.markdown, .md
Pug.pug
Nunjucks.njk
Mustache.mustache
Handlebars.hbs, .handlebars, .hjs
Liquid.liquid

API

Render(sourceDir:string, data:obj, fileOutput?:string): string (returns rendered output)

Keywords

FAQs

Package last updated on 07 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc