init
Usage: mkproj init <template names...>
Description: create new project from specified templates. Please see Structure and lifecycle
Parameters:
template name...- one or more names of availables templates
Example:
Assuming we have installed template named foo with files a,b and template bar with files c, d
$ mkproj init foo bar
Project name: sample
Apply foo
Coping files...
Processing templates
Processing CGI templates
Template foo done
Apply bar
Coping files...
Processing templates
Processing CGI templates
Template bar done
Project sample initialized
$ ls sample/
a b c d