ModuleInterface:Swift工具为Swift项目生成模块接口

时间:2024-04-01 10:07:07
【文件属性】:

文件名称:ModuleInterface:Swift工具为Swift项目生成模块接口

文件大小:71KB

文件格式:ZIP

更新时间:2024-04-01 10:07:07

swift command-line-tool documentation-generator Swift

模块接口 Swift工具,用于为Swift项目生成模块接口。 什么是模块接口 我们通常使用CMD +单击代码库中的import语句来获得模块接口。 SourceKit按需生成代码。 它可以是很好的工具和文档来源。 例子 用法 要从您的项目或库生成模块接口,请直接从项目的根目录运行moduleinterface命令。 $ cd ~/path/to/MyAppOrFramework $ moduleinterface generate 此命令将分析MyAppOrFramework项目,并为定义了最小访问级别的类型生成模块接口。 模块接口被写入相对于项目存储库根目录的目录Documentation。 用法选项 $ moduleinterface help Available commands: clean Delete the output folder and quit. gen


【文件预览】:
ModuleInterface-master
----.gitignore(1KB)
----Package.swift(1KB)
----README.md(4KB)
----.pre-commit-config.yaml(110B)
----Sources()
--------ModuleInterface()
----Examples()
--------Commandant.swift(19KB)
--------SwiftFormat.swift(43KB)
--------SourceKittenFramework.swift(46KB)
--------Mini.swift(19KB)
--------Yams.swift(53KB)
--------SwiftLintFramework.swift(154KB)
----LICENSE(11KB)
----.swift-version(4B)
----.swiftformat(713B)
----Package.resolved(4KB)
----Tests()
--------LinuxMain.swift(135B)
--------ModuleInterfaceTests()
----.travis.yml(830B)
----Makefile(1KB)

网友评论