Skip to content

michelk/tmpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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