https://github.com/berquerant/gh-licensecheck
Suggest outbound licenses based on the licenses of the dependencies.
https://github.com/berquerant/gh-licensecheck
python
Last synced: about 1 year ago
JSON representation
Suggest outbound licenses based on the licenses of the dependencies.
- Host: GitHub
- URL: https://github.com/berquerant/gh-licensecheck
- Owner: berquerant
- License: other
- Created: 2024-11-16T01:27:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T09:37:24.000Z (over 1 year ago)
- Last Synced: 2025-02-06T16:57:54.649Z (over 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-licensecheck
Suggest outbound licenses based on the licenses of the dependencies.
## Usage
``` shell
❯ gh licensecheck --help
Suggest outbound licenses based on the licenses of the dependencies.
gh licensecheck TARGET [FLAGS]
Extract dependencies which hosted on GitHub, suggest licenses based on them.
See gh licensecheck outbound --help for FLAGS.
gh licensecheck outbound [FLAGS]
Read dependency repos from stdin, suggest outbound licenses.
Repo is a string like astral-sh/uv (owner/repo).
See gh licensecheck outbound --help for FLAGS.
gh licensecheck extract TARGET
Extract direct dependencies which hosted on GitHub.
TARGET: go, pipenv, rust
The Dependencies are read from the following file:
- go: go.mod
- pipenv: Pipfile
- rust: Cargo.toml
```
## Installation
``` shell
uv sync
gh extension install .
```