swiftinspector

codecov Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.

SwiftInspector 是一个命令行工具和一组构建在 SwiftSyntax 之上的 SPM 库。 SwiftInspector 通过分析 Swift AST (抽象语法树),可靠地在代码库中查找类、协议、属性等的用法。

已归档项目

此项目被认为是已弃用的,并且已被归档。


要求

安装

运行以下命令

$ git clone git@github.com:fdiaz/SwiftInspector.git
$ cd SwiftInspector
$ make install

开发

如果您想为此项目做出贡献,请查看我们的 CONTRIBUTING 指南。 要在 Xcode 中打开项目,请打开 repo 根目录下的 Package.swift 文件。

默认分支

此存储库的默认分支是 main。 在初始提交和 75bd9f4 之间,此存储库的默认分支是 master。 有关更改原因的更多详细信息,请参阅 #38

许可证

MIT