tofu 项目工程模板
## 从github中clone
git clone --depth=1 https://github.com/d80x86/tofu-project-default.git new_project_name
## 进入项目
cd new_project_name
## 安装tofu framework
./tofu install
## 运行(开发模式)
./tofu console
## 运行(生产模式)
./tofu start
## 移除无用的旧git信息
rm -rf .git