logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Dist::Zilla::Plugin::TemplateFiles - Use files to template a distribution

Author

       Jonathan Scott Duff <duff@pobox.com>

Description

       Utilize Text::Template to turn certain files into templates.  Each template has available to it the $dist
       variable that is the instance of Dist::Zilla currently running.  Only those files listed in "dist.ini" as
       "filename = blah" will be considered templates.  Filenames are given relative to the root of the build.

Name

       Dist::Zilla::Plugin::TemplateFiles - use files as templates to build a distribution

Synopsis

       In your dist.ini:

         [TemplateFiles]
             filename = README
             filename = path/to/other/file

Version

       version 0.03

See Also