Skip to content

sfmDev/cocoapods-dependency-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
fengming.shi
May 10, 2019
75d2b7d · May 10, 2019

History

8 Commits
May 10, 2019
May 10, 2019
May 10, 2019
May 10, 2019
May 10, 2019
May 10, 2019
May 10, 2019
May 10, 2019
May 10, 2019
May 10, 2019

Repository files navigation

cocoapods-dependency-html

Build Status Coverage Status Gem Version

A CocoaPods plugin which can show the dependencies of a project manager by Cocoapods.

Installation

$ gem install cocoapods-dependency-html

Config Setting

Ths plugin need to new a file named dependency_config in project root path.
The file named dependency_config is a json file, the key is level name, the value is a regular Expression. Here is an example file.

{
	"first": "^LPD.*?Module",
	"second": "^LPD",
	"third": "\\||^ELM|^APF|^TB|^Ali"
}

Usage

# show the dependency with levels in config file.
$ pod dependency

# show tree to show every level dependency.
$ pod dependency --use-tree

License

The gem is available as open source under the terms of the MIT License.

About

cocoapods-dependency-html

Resources

License

Stars

Watchers

Forks

Packages

No packages published