ModuleInterface:Swift工具为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.zip
(预估有个27文件)
ModuleInterface-master
.gitignore
1KB
Package.swift
1KB
README.md
4KB
.pre-commit-config.yaml
110B
Sources
ModuleInterface
main.swift
605B
Commands
Clean.swift
2KB
暂无评论