NAME
xslate - Process Xslate Templates
SYNOPSIS
xslate
# Text::Xslate options
[ --cache ]
[ --cache_dir=/path/to/dir ]
[ --module=Module ... ]
[ --input_layer ... ]
[ --path=/path/to/templates ... ]
[ --syntax=moniker ]
[ --escape=mode ]
[ --verbose=level ]
# Output options
[ --dest=/path/to/destination ]
[ --ignore=pattern ... ]
[ --suffix old=new ... ]
[ --define name=value ... ]
# Target to process
target
# testing mode
xslate -e 'Hello, <: $ARGV[0] :> world!' Xslate
DESCRIPTION
The xslate script is used to process entire directory trees containing template files.
ARGUMENTS
target
Specifies the target to be processed by Xslate.
If the target is a file, the file is processed, and xslate will exit immediately. If the target is a directory, then the directory is traversed and each file found is processed via xslate.
AUTHOR
Maki, Daisuke (lestrrat)