# Functions
CopyAllInSrcDirToDestDir copies content of srcDirectory to destDirectory based on flag copyNestedDir.
CopyFile copies src file to dest.
CopyFiles copies only file in the srcDirectory to destDirectory, doesn't do it recursively.
CreateDirectories creates the directory specified and all other directories in the path.
No description provided by the author
No description provided by the author
No description provided by the author
GetDirectoriesAndFilePaths returns files and directories in given a path or error.
GetProjectDirectoryName returns tarFile parent path.
GetTemplatesRootPath returns a root path of the language template passed.
IgnorablePaths ignores a few directories.
# Constants
CodeGeneratorPath Constant for referencing temporary directory to hold a generated project.
SubstrString char to split into substrings.
TemplateExtension template's extension.
TemplateExtensionPattern pattern for templates.