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

NAME

bif-new-project - create a new project

VERSION

0.1.0_28 (2014-09-23)

SYNOPSIS

    bif new project [PATH] [TITLE] [OPTIONS...]

DESCRIPTION

The bif new project command creates a new project.

ARGUMENTS & OPTIONS

PATH

An identifier for the project. Consists of the parent PATH (if any) plus the the name of the project separated by a slash "/". Will be prompted for if not provided.

TITLE

A short summary of what the project is about. Will be prompted for if not provided.

--dup, -d SRC

Duplicate the new project title and status types (project-status, issue-status, task-status) from SRC, where SRC is an existing project path. The SRC title can be overriden by providing a TITLE as the second argument as described above.

--message, -m MESSAGE

The project description. An editor will be invoked to record a MESSAGE if this option is not used.

SEE ALSO

bif(1)

AUTHOR

Mark Lawrence <nomad@null.net>

COPYRIGHT AND LICENSE

Copyright 2013-2014 Mark Lawrence <nomad@null.net>

This program 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 3 of the License, or (at your option) any later version.