template-server - run App::TemplateServer


NAME

template-server - run App::TemplateServer


SYNOPSIS

  template-server [--docroot /path/to/templates]+
                  [--port 4000]
                  [--datafile /path/to/data.yml]
                  [--provider App::TemplateServer::Provider::TT]


DESCRIPTION

This script starts up an App::TemplateServer server. Given a docroot, it will serve rendered HTML templates in that directory (or directories if you specify --docroot more than once). See the App::TemplateServer manpage for all the details.

__END__ :endofperl

 template-server - run App::TemplateServer