Skip to content

Commit

Permalink
Add badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Sep 28, 2022
1 parent 7c3f027 commit fb63272
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
LicenseChecker is a command line tool checking licenses of swift package libraries that your app depends on.
It can detect libraries that are not included in a whitelist specifying the license type or library name.

[![Github issues](https://img.shields.io/github/issues/cybozu/LicenseChecker)](https://github.com/cybozu/LicenseChecker/issues)
[![Github forks](https://img.shields.io/github/forks/cybozu/LicenseChecker)](https://github.com/cybozu/LicenseChecker/network/members)
[![Github stars](https://img.shields.io/github/stars/cybozu/LicenseChecker)](https://github.com/cybozu/LicenseChecker/stargazers)
[![Top language](https://img.shields.io/github/languages/top/cybozu/LicenseChecker)](https://github.com/cybozu/LicenseChecker/)
[![Release](https://img.shields.io/github/v/release/cybozu/LicenseChecker)]()
[![Github license](https://img.shields.io/github/license/cybozu/LicenseChecker)](https://github.com/cybozu/LicenseChecker/)

**Execution Example**

```shell
Expand Down Expand Up @@ -42,7 +49,7 @@ $

## How to Use

### Prepare a white list (`white-list.json`).
0. Prepare a white list (`white-list.json`).

- Specify the type of license that is valid.
- Specify the name of library that is valid (for private libraries).
Expand Down

0 comments on commit fb63272

Please sign in to comment.