raper:Golang项目构建
Raper: Golang 项目构建脚本(The Golang project builder)
Tags: Golang
简介
用于构建 Golang 项目目录
初始状态下项目结构
.
└── raper
构建命令:
./raper --build foo
其中创建如下目录结构
.
├── bin
│ └── foo
├── raper
├── README.md
├── requirements.txt
└── src
└── foo
└── main.go
./bin/foo
输出Hello, world
文件及目录
bin/ 用于构建好的二进制目录
src/ 包含构建的项目
README.md 文档
requirement.txt 项目依赖
安装命令:
初始状态下,build 命令会默认调用 install 命令
在 requirement.txt 中