Skip to content

michelk/tmpl

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published