Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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