content
Usage: mkproj content <template name>
Description: print files content of specified template. Available only if tree utility installed
Parameters:
template name- name of available template
Example:
Assuming we have installed templates named foo with post-init script and files a,b,c.
$ mkproj content foo
.
├── a
├── b
├── c
└── post-init
0 directories, 4 files