NAME
bif-new-project - create a new project
VERSION
0.1.0 (yyyy-mm-dd)
SYNOPSIS
bif new project [PATH] [TITLE] [OPTIONS...]
DESCRIPTION
Create a new project according to the following items:
- 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.
Options
- --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 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.