vala-gen-project (1) Linux Manual Page
vala-gen-project – generate the and automake skeleton for your vala project
Synopsis
vala-gen-project [OPTION…] [NAME]Description
Vala project generator is a little gui or command line utility that creates an automake project skeletoni vala program. It can be used without specifing a project name, so that a gtk+ gui will be presented or directly from the command line.
Options
- -?, –help Show help options
- -p, –projectdir=DIRECTORY Project directory
- -t, –type=TYPE Project TYPE: gtk+, console
- -l, –license=TYPE License TYPE: gpl2, gpl3, lgpl2, lgpl3
- –version Display version number
- -a, –author=NAME Author name
- -e, –email=EMAIL Author email address
Examples
- Create a gtk+ project with a gpl2 license and the name valatest
- vala-gen-project -t gtk+ -l gpl2 valatest
