Roost:Swift的依赖管理器和构建工具

时间:2021-04-28 13:08:28
【文件属性】:
文件名称:Roost:Swift的依赖管理器和构建工具
文件大小:34KB
文件格式:ZIP
更新时间:2021-04-28 13:08:28
Swift 栖息地 一个非常基本的WIP依赖管理器和Swift的构建工具。 设置和构建 Roost是自托管的,但还带有用于引导的Makefile。 git clone https://github.com/dirk/Roost.git # Fetch the dependencies cd Roost/vendor ; carthage bootstrap --platform mac ; cd .. # Build the binary using Make to invoke swiftc make # Use Roost to pull its dependencies bin/roost update # Then build Roost with itself (-B forces a rebuild) bin/roost build -B 指令 update :克隆或提取依赖项。 bu
【文件预览】:
Roost-master
----.gitignore(27B)
----Roostfile.yaml(438B)
----Makefile(1KB)
----.travis.yml(588B)
----Roost()
--------Runner.swift(6KB)
--------Package.Module.swift(528B)
--------Compileable.swift(68B)
--------CompileOptions.swift(2KB)
--------Builder.swift(17KB)
--------Roostfile.swift(9KB)
--------Index.swift(4KB)
--------Compileable()
--------main.swift(85B)
--------TestRunner.swift(186B)
--------Package.swift(5KB)
--------Utilities.swift(5KB)
--------Platforms.swift(268B)
--------Roostfile()
--------BridgingHeader.h(38B)
----LICENSE(1KB)
----.gitmodules(0B)
----README.md(2KB)
----vendor()
--------MessagePack()
--------Cartfile(190B)
----Tasker()
--------Tasker.swift(2KB)
----RoostTests()
--------RoostfileSpec.swift(2KB)
--------Sample.swift(251B)
--------main.swift(49B)

网友评论