customizable, fast and extendable dataGrids for React
A better way to develop React Native Components for your app
ESLint plugin for Angular Templates
A URI template implementation (RFC 6570 compliant)
ProseMirror's rowspan/colspan tables component
@vue/compiler-sfc
An output formatter for markdownlint-cli2 that displays results using a template
template compiler for Vue 2.x
Logic-less {{mustache}} templates with JavaScript
Node.js helper module for MailerSend API
A modern Apache Kafka client for node.js
template compiler for Vue 2.0
Sanity.io toolkit for Next.js
Newman HTML Reporter
Modern and maintained fork of the template engine consolidation library. Maintained and supported by Forward Email <https://forwardemail.net>, the 100% open-source and privacy-focused email service.
Template-based docx report creation
Create a new LangGraph project
The most popular front-end framework for developing responsive, mobile first projects on the web.
Template project for writing node package with napi-rs
default socket.io in-memory adapter
Use react-devtools outside of the browser
The AsyncAPI generator. It can generate documentation, code, anything!
A template based pptx generator
Markdown Architectural Decision Records
Adds support for displaying your ActiveRecord tables, named scopes, collections, or plain arrays in a table view when working in rails console, shell, or email template. Enumerable#to_table_display returns the printable strings; Object#pt calls #to_table_display on its first argument and puts out the result. Columns you haven't loaded (eg. from using :select) are omitted, and derived/calculated columns (eg. again, from using :select) are added. Both #to_table_display and Object#pt methods take :only, :except, and :methods which work like the #to_xml method to change what attributes/methods are output. The normal output uses #inspect on the data values to make them printable, so you can see what type the values had. When that's inconvenient or you'd prefer direct display, you can pass the option :inspect => false to disable inspection.
This plugin adds a dbdump command which dumps your Rails database out. This master branch supports Rails 3.0 and above, as a gem command. For Rails 2.3, use the rails_2_3 branch from github and install as a plugin. Like rails dbconsole, it takes your database connection details from config/database.yml, and supports mysql, mysql2, postgresql, and sqlite. It takes the same options as rails dbconsole, ie. -p to supply the password to your dump program for mysql and postgresql. (Note that for mysql, this means that the password is visible when other users on the system run 'ps'. Postgresql does not have this problem as it uses an environment variable set in ENV before execing and so not visible in ps.)
Klippstein Template for Ruby YARD: Clear visual grouping, some infos shown as table, source code is always visible
Generates ODF files, given a template (.odt) and data, replacing tags. Matches Sandro's version 0.4.1 but adds support for automatic omitting of empty table rows.
Kwatable is a pretty tool to generate SQL and DTO from database table definition. Kwatable reads table definition written in YAML, and generates 'create table' SQL script for MySQL and PostgreSQL, or generates DTO class file for Java and Ruby. You can add your own eRuby template.
Overrides the default migration templates to double-check whether tables and columns exist or not before database changes are made.
WraithDB uses schema.rb as a template to initialize ActiveRecord classes when databases are offline. It does this with minimal overhead, leaving the normal connection object untouched and only interacting with the columns and tables interfaces.
Generating HTML tables of data in the views of your Rails application is not very DRY even for the simpler of cases. Cheveret allows you to more clearly separate logic and templating and reduce the amount of code in your views.
Given json templates this gem produces the html form or table with keys as lables/column names that could be injected into RoR views
J1 TOC Module is a gem-based module for J1 Template to create a table of contents (TOC) automatically from the headlines of a page based on Tocbot.
Watches a specified folder of html files and creates an html file containing links to each file in the specified folder (like a table of contents). You can optionally pass an erb template for formatting the output. This gem is heavily inspired by the guard-markdown gem.
Renders plain text files with Markdown syntax to XHTML pages. User can define their own Ruby ERB templates to customize the XHTML page generation. Also the creation of a table of content using the HTML header elements (like `<h1>`) and the syntax high-lighting of code snippets is supported.