https://github.com/euskadi31/license
License is a tool for creating, extracting and recording all of the license files in your project.
https://github.com/euskadi31/license
cli license license-checking license-detector license-management license-scan
Last synced: about 2 months ago
JSON representation
License is a tool for creating, extracting and recording all of the license files in your project.
- Host: GitHub
- URL: https://github.com/euskadi31/license
- Owner: euskadi31
- License: mit
- Created: 2019-06-21T23:09:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T04:26:30.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T18:48:53.951Z (over 1 year ago)
- Topics: cli, license, license-checking, license-detector, license-management, license-scan
- Language: Go
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
License tools [](https://github.com/euskadi31/license/releases/latest) [](https://godoc.org/github.com/euskadi31/license)
=============
[](https://goreportcard.com/report/github.com/euskadi31/license)
| Branch | Status | Coverage |
|---------|--------|----------|
| master | [](https://travis-ci.org/euskadi31/license) | [](https://coveralls.io/github/euskadi31/license?branch=master) |
License is a tool for creating, extracting and recording all of the license files in your project.
Example
-------
Create new license file
```shell
license new
```
List available licenses
```shell
license list
```
Show current license
```shell
license current
```
Extract all licenses in your projects
```shell
license extract
```
License
-------
license is licensed under [the MIT license](LICENSE.md).