# template-manager **Repository Path**: LAMMUpro/template-manager ## Basic Information - **Project Name**: template-manager - **Description**: 模版项目管理器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-21 - **Last Updated**: 2024-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 模版管理器 所有模版安装到这个目录下, 通过配置设置`文件`硬链接来同步更新公共代码 硬链接方式共享文件 注: 文本文件才能同步变化, 像图片这些如果被替换是不会同步更新硬链接文件的 ## 手动设置硬链接 ```sh ## mac ln ./favicon.ico ../favicon.ico ## win mklink /h "./favicon.ico" "../favicon.ico" ``` ## 自动设置硬链接 ```sh yarn yarn set:config ```