NAME

ct-init

VERSION

version 0.1

SYNOPSIS

ct-init [options]

Options:

    -help            this help message
    -man             full documentation

    -dir             directory to write CT files (defaults to: $PWD/ct/)

DESCRIPTION

ct-init will create a new Test::CT directory from interative input.

A directory will be created with:

boot/
wrappers/
tests/
config.yaml

NAME

ct-init - Init a new Test::CT directory with config.

ABSTRACT

Init a new Test::CT directory with config.

OPTIONS

-help

Print a brief help message and exits.

-man

Prints the manual page and exits.

-dir

Directory to write the generated files and directories for CT. defaults to: $PWD/ct/

AUTHOR

Renato Cron <rentocron@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Renato Cron.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.