An open API service indexing awesome lists of open source software.

https://github.com/haunt98/license

Generate LICENSE file automatically.
https://github.com/haunt98/license

go

Last synced: 2 months ago
JSON representation

Generate LICENSE file automatically.

Awesome Lists containing this project

README

          

# license

[![Go](https://github.com/haunt98/license/actions/workflows/go.yaml/badge.svg)](https://github.com/haunt98/license/actions/workflows/go.yaml)
[![gitleaks](https://github.com/haunt98/license/actions/workflows/gitleaks.yml/badge.svg)](https://github.com/haunt98/license/actions/workflows/gitleaks.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/haunt98/license.svg)](https://pkg.go.dev/github.com/haunt98/license)
[![Latest Version](https://img.shields.io/github/v/tag/haunt98/license)](https://github.com/haunt98/license/tags)

Generate license file (`LICENSE`, `COPYING`, ...) automatically.

Support:

- [MIT](https://choosealicense.com/licenses/mit/)
- [GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/)
- [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)

## Install

```sh
go install github.com/haunt98/license@latest
```

## Usage

```sh
license generate
```