Message formatting utility.
Express.js integration for formatr template engine
Vue 3 composables and components for formatr template engine
React hooks and components for formatr template engine
Next.js integration for formatr template engine with SSR support
NestJS integration for formatr template engine
Shared utilities for formatr framework integrations
CLI tools for the formatr template library
<div align="center">
FormatR provides perl-like formats for ruby. These are used to create output with a similar format but with changing values. It also supports the ability to read in formatted text and extract values from the text.
AWS/Chef deployment tool based around Chef Server and AWS CloudFormation
require 'rubygems' require 'rake' require 'echoe' Echoe.new('vmth', '0.0.2') do |p| p.description = File.open(File.dirname(__FILE__+"/DESCRIPTION")).read p.summary = "A VM test harness for testing operational configurations" p.url = "http://github.com/gregretkowski/vmth" p.author = "Greg Retkowski" p.email = "greg@rage.net" p.ignore_pattern = ["tmp/*", "script/*", "ol/*"] p.rdoc_template = nil p.rdoc_pattern = /^(lib|bin|tasks|ext)|^README|^CHANGELOG|^TODO|^LICENSE|^QUICKSTART|^CONFIG|^COPYING$/ # p.rdoc_template = "" p.development_dependencies = [] p.runtime_dependencies = [ 'formatr', 'net-ssh', 'net-scp', ] end