Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 630 Bytes

template-server

File metadata and controls

24 lines (16 loc) · 630 Bytes

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 App::TemplateServer for all the details.