const writeFileProps: ICommon.IWriteFile = {
        dirPath: `${funcDir}/index.tsx`,
        getFileContent: () => getTemplate(templatePath, templateProps),
        message: 'Add new functional component.'
    };