the async/await esj
A EJS-Minify plugin for gulp
Embedded JavaScript templates
A ejs middleware for the pusudb-framework.
TypeScript definitions for ejs
A EJS Minify plugin for gulp. 1 line is better
EJS (Underscore/LoDash Templates) loader for webpack
Use Ejs in your entrypoint i.e index.html
Handles requests that match a .ejs file by rendering that file
EJS renderer plugin for Hexo
Linter/Syntax Checker for EJS Templates
No description provided.
Layout support for ejs in express.
Embedded JavaScript templates
Base view plugin for egg
EJS support for JSTransformers.
Template plugin for Fastify
EJS webpack loader (without frontend dependencies)
Template engine consolidation library
The default parsers and formatters for managing mountebank test data
TypeScript definitions for express-ejs-layouts
A plugin for Gulp that parses ejs template files
Express 3.x locals for layout, partial and blocks.
Things Factory ejs remote library
Derive JSON interfaces for types
Derive JSON interfaces for types
Compile and evaluate EJS (Embedded JavaScript) templates from Ruby.
Guard gem for EJS
Compile EJS (Embedded JavaScript) templates in Ruby.
Enhancements for sprockets including templating support with ejs.
Compile and evaluate EJS (Embedded JavaScript) templates from Ruby.
Simple Guard plugin for handle JST templates in EJS format.
Ejs to Javascript compiler.
Isotope provides an easy way to use a signle EJS template on both server and client side
Haml+ejs is an extension to haml to make generating client-side templates as simple as server-side markup.
+js-rails-routes+ is a utility for generating JavaScript equivalents to the +<route>_path+ functions provided by {Ruby on Rails}[https://github.com/rails/rails]. This allows you to do very similar things in your {+ejs+}[https://rubygems.org/gems/ejs/] JavaScript templates as you would in your +erb+ ruby templates. You can move html rendering to the client and keep it looking very similar to how it would look on the server. For example, if you have a model +Item+ and a simple route to list all the items, a link to that items page (using an explicit +a+ anchor tag instead of the Rails +link_to+) would look the same in either an +erb+ file or an +ejs+ file: <a href="<%= items_path() %>">List all Items</a> This gem was originally developed as part of the {MVCoffee}[http://mvcoffee.org] suite of tools, and integrates strongly with the {mvcoffee.js}[https://github.com/kirkbowers/mvcoffee] CoffeeScript MVC framework.
Clientide Haml JS templates for rails that "just work" (like they should). Why another Haml JavaScript gem? Uglyog's library lets you use coffeescript, which allows the embedded JavaScript in your Haml templates to be much more beautiful and Ruby-like. While I'm not the biggest fan of coffeescript for actual javascript coding, it's the perfect solution for haml templates. The gem hooks in to the asset pipeline, convention over configuration style, very similar to the EJS gem, to give you precompiled haml templates which are actually blazing fast for the user and should be perfectly compatible with precompiled assets in production environments.