export
Usage: mkproj export <template name>
Description: export raw content of template
Parameters:
template name- name of available template
Example:
Assuming we have installed template named foo with post-init script and files a,b,c
$ mkproj content foo
├── a
├── b
├── c
└── post-init
0 directories, 4 files
$ mkdir exported && cd exported
$ mkproj export foo
Coping files...
Content of foo exported
$ ls
a b c post-init