COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20201002052151/https://github.com/topics/templating
Here are
425 public repositories
matching this topic...
Twig, the flexible, fast, and secure template language for PHP
Golang package that generates clean, responsive HTML e-mails for sending transactional mail
Create HyperText with JavaScript.
Updated
Sep 23, 2020
HTML
Generate docx and pptx (microsoft word documents) from templates, from Node.js, the Browser and the command line / Demo:
https://docxtemplater.com/demo
Updated
Sep 29, 2020
JavaScript
A DSL for writing type-safe HTML, XML and RSS in Swift.
Updated
Sep 11, 2020
Swift
A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
A fast, powerful, safe and lightweight text templating language and engine for .NET
Type-safe, compiled Jinja-like templates for Rust
Updated
Sep 25, 2020
Rust
simple elegant markdown based resumes
Updated
Feb 11, 2018
JavaScript
The Templating component provides all the tools needed to build any kind of template system.
Save your dotfiles once, deploy them everywhere
Updated
Oct 1, 2020
Shell
Java 8 optimized, memory efficient, speedy template engine producing statically typed, plain java objects
The powerful template system that Go needs
An open source templating and deployment tool for HashiCorp Nomad jobs
A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
Updated
Jul 23, 2020
Python
Handlebars helpers which implement layout blocks similar to Jinja, Nunjucks (Swig), Pug (Jade), and Twig.
Updated
Jul 5, 2019
JavaScript
Updated
May 12, 2015
JavaScript
Themer is a colorscheme generator and manager for your desktop.
Updated
Oct 1, 2020
Python
Mikado is the webs fastest template library for building user interfaces.
Updated
Sep 26, 2020
JavaScript
🏁 serve markdown as html (GitHub style), index directories, live-reload as you edit
Updated
Aug 22, 2020
JavaScript
Kubernetes templates made easy #keep-it-simple #no-server-component
MagJS - Modular Application Glue
Updated
Sep 11, 2020
JavaScript
PHP Template Attribute Language — template engine for XSS-proof well-formed XHTML and HTML5 pages
Drone plugin for deploying containers to Google Kubernetes Engine (GKE)
TYPO3 extension Flux: Dynamic Fluid FlexForms
A powerful cross-platform CLI project templating tool.
Improve this page
Add a description, image, and links to the
templating
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
templating
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
currently we have regexp.match (https://github.com/k14s/ytt/blob/develop/docs/lang-ref-ytt.md). jacob barrett (https://kubernetes.slack.com/archives/CH8KCCKA5/p1594261022023900) asked about ability to replace matched parts.
ytt's regexp is backed by Go's regexp (https://golang.org/pkg/regexp/). so we would want to "shim" it in some friendly way. so far i like https://golang.org/pkg/regexp/#Rege