Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add license scan report and status #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<a href="https://www.python.org/">
<img src="https://img.shields.io/badge/language-Python-2e6fa0.svg">
</a>
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2FEyreFree%2FEFPodsAnalyzer?ref=badge_shield" alt="FOSSA Status"><img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2FEyreFree%2FEFPodsAnalyzer.svg?type=shield"/></a>
<a href="https://codebeat.co/projects/github-com-eyrefree-efpodsanalyzer-master">
<img src="https://codebeat.co/badges/67a3cc17-24fb-4c3d-b94c-61e17eea08cc"/>
</a>
Expand All @@ -28,6 +29,9 @@ EFPodsAnalyzer is a Python script that is used to help us sort out the CoaoaPods

> [中文介绍](/README_CN.md)


[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FEyreFree%2FEFPodsAnalyzer.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FEyreFree%2FEFPodsAnalyzer?ref=badge_large)

## Preview

The more the Pods library is, the more complex the library is, the more it is used to get the tool, for example, the modularized item; conversely, if the project dependency is very few and the dependency relation is very simple, there is no need for this tool. The dependency graph of a project of our company is as follows, looks like a shit:
Expand Down Expand Up @@ -156,4 +160,4 @@ EyreFree, [email protected]

![](https://www.gnu.org/graphics/gplv3-127x51.png)

EFPodsAnalyzer is available under the GPLv3 license. See the LICENSE file for more info.
EFPodsAnalyzer is available under the GPLv3 license. See the LICENSE file for more info.