The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

xslate - Process Xslate Templates

SYNOPSIS

    xslate
        # Text::Xslate options
        [ --cache ]
        [ --cache_dir=/path/to/dir ]
        [ --import=Module ... ]
        [ --input_layer ... ]
        [ --path=/path/to/templates ... ]
        [ --syntax=moniker ]

        # Output options
        [ --dest=/path/to/destination ]
        [ --ignore=pattern ... ]
        [ --suffix old=new ... ]

        # Target to process
        target

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)

SEE ALSO

Text::Xslate