Skip to content

Commit d81a927

Browse files
committed
fix the README
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent 6755460 commit d81a927

File tree

1 file changed

+11
-23
lines changed

1 file changed

+11
-23
lines changed

README.md

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,13 @@ SPDX-License-Identifier: Apache-2.0
44
-->
55
# FOSSLight Dependency Scanner
66

7-
<img src="https://img.shields.io/pypi/l/fosslight_dependency" alt="License" /> <img src="https://img.shields.io/pypi/v/fosslight_dependency" alt="Current python package version." /> <img src="https://img.shields.io/pypi/pyversions/fosslight_dependency" /> [![REUSE status](https://api.reuse.software/badge/github.com/fosslight/fosslight_dependency_scanner)](https://api.reuse.software/info/github.com/fosslight/fosslight_dependency_scanner)
7+
<img src="https://img.shields.io/pypi/l/fosslight_dependency" alt="License" /> <a href="https://pypi.org/project/fosslight-dependency/"><img src="https://img.shields.io/pypi/v/fosslight_dependency" alt="Current python package version." /></a> <img src="https://img.shields.io/pypi/pyversions/fosslight_dependency" /> [![REUSE status](https://api.reuse.software/badge/github.com/fosslight/fosslight_dependency_scanner)](https://api.reuse.software/info/github.com/fosslight/fosslight_dependency_scanner)
88

99

1010
## 💡 Introduction
1111

1212
This is the tool that supports the analysis of dependencies for multiple package managers. It detects the manifest file of package managers automatically and analyzes the dependencies with using open source tools. Then, it generates the report file that contains OSS information of dependencies.
1313

14-
Currently, it supports the following package managers.
15-
16-
- [Gradle](https://gradle.org/) (Java)
17-
- [Maven](http://maven.apache.org/) (Java)
18-
- [NPM](https://www.npmjs.com/) (Node.js)
19-
- [PIP](https://pip.pypa.io/) (Python)
20-
- [Pub](https://pub.dev/) (Dart with flutter)
21-
- [Cocoapods](https://cocoapods.org/) (Swift/Obj-C)
22-
- [Swift](https://swift.org/package-manager/) (Swift)
23-
- [Carthage](https://github.com/Carthage/Carthage) (Swift/Obj-C)
24-
- [Go](https://pkg.go.dev/) (Go)
25-
2614

2715
## 📖 User Guide
2816

@@ -49,16 +37,16 @@ Because we utilizes the different open source software to analyze the dependenci
4937
### 🌐 How it works without Internet
5038
| Package manager | Can it work without Internet? |
5139
|-----------------|-------------------------------------------|
52-
| Gradle | Yes, if the following conditions are met. <br /> - installed the plugin([com.github.hierynomus.license '0.16.1'](https://plugins.gradle.org/plugin/com.github.hierynomus.license/0.16.1)) <br /> - installed the packages of the project |
53-
| Maven | Yes, if the following conditions are met. <br /> - installed the plugin([org.codehaus.mojo:license-maven-plugin](https://search.maven.org/artifact/org.codehaus.mojo/license-maven-plugin/2.0.0/)) <br /> - installed the packages of the project |
54-
| NPM | Yes, if the following conditions are met. <br /> - installed the plugin([license-checker](https://www.npmjs.com/package/license-checker)) <br /> - installed the packages of the project (in other words, generated the node_modules directory) |
55-
| PIP | No, it can't. |
56-
| Android | Yes, if the following conditions are met. <br /> - installed the plugin([android-dependency-scanning](https://search.maven.org/artifact/org.fosslight/android-dependency-scanning/1.0.0/jar)) <br /> - installed the packages of the project |
57-
| Pub | Yes, if the following conditions are met. <br /> - installed the plugin([flutter_oss_licenses](https://pub.dev/packages/flutter_oss_licenses)) <br /> - installed the packages of the project |
58-
| Cocoapods | Yes, if the following conditions are met. <br /> - installed the packages of the project <br /> - enable to run the command (pod spec which --regex {package name} ) |
59-
| Swift | No, it can't. |
60-
| Carthage | Yes, if the following conditions are met. <br /> - installed the packages of the project (in other words, downloadeded the sources in 'Carthgae/Checkouts' directory). |
61-
| Go | No, it can't. |
40+
| [Gradle](https://gradle.org/) (Java) | Yes, if the following conditions are met. <br /> - installed the plugin([com.github.hierynomus.license '0.16.1'](https://plugins.gradle.org/plugin/com.github.hierynomus.license/0.16.1)) <br /> - installed the packages of the project |
41+
| [Maven](http://maven.apache.org/) (Java) | Yes, if the following conditions are met. <br /> - installed the plugin([org.codehaus.mojo:license-maven-plugin](https://search.maven.org/artifact/org.codehaus.mojo/license-maven-plugin/2.0.0/)) <br /> - installed the packages of the project |
42+
| [NPM](https://www.npmjs.com/) (Node.js) | Yes, if the following conditions are met. <br /> - installed the plugin([license-checker](https://www.npmjs.com/package/license-checker)) <br /> - installed the packages of the project (in other words, generated the node_modules directory) |
43+
| [PIP](https://pip.pypa.io/) (Python) | No, it can't. |
44+
| [Android(gradle)](https://gradle.org/) (Android application) | Yes, if the following conditions are met. <br /> - installed the plugin([android-dependency-scanning](https://search.maven.org/artifact/org.fosslight/android-dependency-scanning/1.0.0/jar)) <br /> - installed the packages of the project |
45+
| [Pub](https://pub.dev/) (Dart with flutter) | Yes, if the following conditions are met. <br /> - installed the plugin([flutter_oss_licenses](https://pub.dev/packages/flutter_oss_licenses)) <br /> - installed the packages of the project |
46+
| [Cocoapods](https://cocoapods.org/) (Swift/Obj-C) | Yes, if the following conditions are met. <br /> - installed the packages of the project <br /> - enable to run the command (pod spec which --regex {package name} ) |
47+
| [Swift](https://swift.org/package-manager/) (Swift) | No, it can't. |
48+
| [Carthage](https://github.com/Carthage/Carthage) (Swift/Obj-C) | Yes, if the following conditions are met. <br /> - installed the packages of the project (in other words, downloadeded the sources in 'Carthgae/Checkouts' directory). |
49+
| [Go](https://pkg.go.dev/) (Go) | No, it can't. |
6250

6351

6452
## 👏 Contributing Guide

0 commit comments

Comments
 (0)