The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

wrt-init - initialize a stub wrt repository

SYNOPSIS

    wrt init     # Initialize a wrt repository in current directory
    wrt init foo # Initialize a wrt repository in directory named foo
    wrt init -h  # Print help message

DESCRIPTION

Creates a configuration file, a basic template, and archive and publication directories in a given path for use with wrt.

If no path is given, the current working directory will be assumed.

Detailed documentation can be found in the App::WRT man page or at https://github.com/brennen/wrt.

LICENSE

    wrt is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

AUTHOR

Brennen Bearnes