rm
Usage: mkproj rm <template name>
Description: remove template by name
Parameters:
template name- name of available template
Example:
Assuming we have installed templates named foo and `bar`
$ mkproj ls
foo
bar
$ mkproj rm foo
$ mkproj ls
bar