https://github.com/octree/pretty
根据 Podfile.lock 生成依赖图的 Mac App。Written in Swift
https://github.com/octree/pretty
cocoapods dependency graph macos macos-app podfile
Last synced: 8 months ago
JSON representation
根据 Podfile.lock 生成依赖图的 Mac App。Written in Swift
- Host: GitHub
- URL: https://github.com/octree/pretty
- Owner: octree
- License: mit
- Created: 2018-04-06T03:38:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T08:50:58.000Z (almost 3 years ago)
- Last Synced: 2025-08-25T02:18:10.342Z (8 months ago)
- Topics: cocoapods, dependency, graph, macos, macos-app, podfile
- Language: Swift
- Homepage:
- Size: 3.76 MB
- Stars: 109
- Watchers: 4
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pretty
一个根据 Podfile.lock 生成依赖图的 Mac App。
> 和节点颜色相同的线连接子节点。
> 被拖拽的节点,红色连接子节点,蓝色连接父节点。
## Demo


## How To Use
> Dowload & Build
## TODO
- [x] 拖拽节点
- [x] 拖拽的节点高亮
- [x] 解析 Podfile.lock
- [x] 根据节点背景颜色,使用合适的字体颜色
- [x] 根据节点深度分组
- [ ] 学习 `macos` 开发
- [ ] 保存依赖图文件
- [ ] 打开依赖图文件
## License
Pretty is released under the MIT license. See LICENSE for details.%