App::HTRender - a command line tool to work with HTML::Template templates without requiring a web server.
App::HTRender is a tool for working with HTML::Template templates from the command line. It is designed to be useful during the development process to design templates and model the data to drive them, as well as a diagnostic tool to help troubleshoot problems with templates and/or the data used with them.
App::HTRender requires:
Perl 5.10 or later with
HTML::Template 2.90 or later, and
JSON::Tiny 0.49 or later.
Use the normal CPAN tools to install App::HTRender. You can also install it manually using the included Makefile.PL and make:
perl Makefile.PL
make
make test
make install
Andrew Johnson, <lajandy at cpan dotorg>
Copyright (C) 2014 by Andrew Johnson.
This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. See the included LICENSE file for details.
This software comes with no warranty of any kind.