michelk / tmpl

simple template command-line tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmpl Build Status Hackage version

Simple command-line tool for string-template-replacement, based on Johan Tibbell's template-library.

The program could be run in three ways:

cat tt.tmpl
# The quick $color fox jumps over the $adj dog.
cat dd.conf
# color = brown
# adj = lazy
  1. tmpl color=brown:adj=lazy < tt.tmpl
  2. tmpl tt.tmpl < dd.conf
  3. tmpl tt.tmpl dd.conf

About

simple template command-line tool

License:GNU General Public License v3.0


Languages

Language:Haskell 83.2%Language:Nix 16.8%