raper:Golang项目构建

时间:2024-06-11 14:12:42
【文件属性】:

文件名称:raper:Golang项目构建

文件大小:2KB

文件格式:ZIP

更新时间:2024-06-11 14:12:42

Shell

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 中


【文件预览】:
raper-master
----README.md(2KB)
----raper(3KB)

网友评论