Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erickjung/cocoapods-graph
This tool generates a dependencies graph report, printing on console or saving on a json or creating a html with a interactive disc to navigate through it.
https://github.com/erickjung/cocoapods-graph
Last synced: 3 months ago
JSON representation
This tool generates a dependencies graph report, printing on console or saving on a json or creating a html with a interactive disc to navigate through it.
- Host: GitHub
- URL: https://github.com/erickjung/cocoapods-graph
- Owner: erickjung
- License: mit
- Created: 2018-06-17T15:41:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T08:45:32.000Z (about 2 years ago)
- Last Synced: 2024-10-12T08:29:59.737Z (3 months ago)
- Language: Python
- Homepage:
- Size: 14.5 MB
- Stars: 65
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cocoapods-graph
================This tool generates a dependencies graph report, printing on console or saving on a json or creating a html with a interactive disc to navigate through it.
## Example for Wordpress iOS app dependencies link ##
![the dependency wheel for wordpress iOS app](https://github.com/erickjung/cocoapods-graph/blob/master/docs/wordpress_example.gif)
## Installing ##
```shell
[sudo] pip install cocoapods-graph
```## How to use ##
```shell
cocoapods-graph -f Podfile.lock --html
```## Thanks ##
All html rendering is done with:
* d3.js
* Dependency Wheel