Skip to content
/ htrender Public

A tool to work with HTML::Template templates and JSON data from the command line.

License

Notifications You must be signed in to change notification settings

ajgh1/htrender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

App::HTRender - a command line tool to work with HTML::Template templates without requiring a web server.

DESCRIPTION

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.

REQUIREMENTS

App::HTRender requires:

  • Perl 5.10 or later with

  • HTML::Template 2.90 or later, and

  • JSON::Tiny 0.49 or later.

INSTALLATION

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

AUTHOR

Andrew Johnson, <lajandy at cpan dotorg>

COPYRIGHTS AND LICENSE

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.

WARRANTY

This software comes with no warranty of any kind.

About

A tool to work with HTML::Template templates and JSON data from the command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages