Creates a directory structure for a web project.
This method creates a main directory specified by DIR
and then creates
subdirectories within it for 'styles', 'scripts', and 'assets'. It also
creates files based on the webProjectTemplateSource
array, either by
creating new files from templates or by copying existing files.
The processTemplate
function is used to replace placeholders in template
files with actual values, such as the project name.
The path to the directory where the web project structure should be created.
Creates a directory structure for a design project.
This method creates a main directory specified by
DIR
and then creates subdirectories within it for 'request', 'materials', 'design', and 'references'. It also creates areadme.txt
file in the main directory, copying its content from a template file.