The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

bif-new-project - create a new project

VERSION

0.1.5_4 (2015-08-04)

SYNOPSIS

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

DESCRIPTION

The bif-new-project command creates a new project topic.

For example, to create a local project:

    $ bif new project myproject

Same as the above but explicit about being local:

    $ bif new project local/myproject

Create a sub-project:

    $ bif new project myproject/child

Create a project directly at a known hub:

    $ bif new project hub/myproject

ARGUMENTS & OPTIONS

PATH

An identifier for the project that specifies its hub, parent project, and name. The project is assumed to be "local" if the first part of the path does not identify a known hub. The PATH is 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-2015 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.