create-project
create-project
Create an empty
project, if it does not already exist.
GUI Equivalent
Syntax
--create-project
[--action-options] [--global-options] [[--]
<target> [target options]]
Modifiers
Usage
Use the
--project-dir
action option to:
- Specify a project name.
- Create a project somewhere other than the current working directory.
Example
Create a new
advi
project in the current working directory.
$ advisor --create-project --project-dir=./advi -- ./bin/myApplication