# tiny-replace **Repository Path**: opentj/tiny-replace ## Basic Information - **Project Name**: tiny-replace - **Description**: No description available - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-07 - **Last Updated**: 2022-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Replace 替换文件中的环境变量 ```bash go build ``` 例如,对于*nix, 如果 ```bash export TDP_HOME=~/tdp ``` ```text tdp_home = ${TDP_HOME} 中文 ``` 会被替换为 ```text tdp_home = /Users/q/tdp 中文 ```