-
-
06 Jul 2015 13:24:20 UTC
- Distribution: Dist-Zilla-Plugin-TemplateFiles
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (165 / 0 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (8.45KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Dist::Zilla::Plugin::TemplateFiles - Use files to template a distribution
VERSION
version 0.03
SYNOPSIS
In your dist.ini:
[TemplateFiles] filename = README filename = path/to/other/file
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 indist.ini
asfilename = 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
AUTHOR
Jonathan Scott Duff <duff@pobox.com>
COPYRIGHT
This software is copyright (c) 2010 by Jonathan Scott Duff
This is free sofware; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language itself.
AUTHOR
Jonathan Scott Duff <duff@pobox.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Jonathan Scott Duff.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Dist::Zilla::Plugin::TemplateFiles, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::TemplateFiles
perl -MCPAN -e shell install Dist::Zilla::Plugin::TemplateFiles
For more information on module installation, please visit the detailed CPAN module installation guide.