NAME
scaffolder - Application for scaffolding using templates
VERSION
version 0.002000
SYNOPSIS
# List available commands:
$ scaffolder
# Display help for the given command:
$ scaffolder help <command>
# Create scaffold:
$ scaffolder <command> --template mytemplate ...
DESCRIPTION
The scaffolder
application is an App::Cmd-based program to create skeletons. However, the main App-Scaffolder
-distribution contains no actual commands, it merely provides a small framework to actually implement commands that create such skeletons.
SEE ALSO
AUTHOR
Manfred Stock <mstock@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Manfred Stock.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.