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

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.

Awesome Lists containing this project

README

          

License tools [![Last release](https://img.shields.io/github/release/euskadi31/license.svg)](https://github.com/euskadi31/license/releases/latest) [![Documentation](https://godoc.org/github.com/euskadi31/license?status.svg)](https://godoc.org/github.com/euskadi31/license)
=============

[![Go Report Card](https://goreportcard.com/badge/github.com/euskadi31/license)](https://goreportcard.com/report/github.com/euskadi31/license)

| Branch | Status | Coverage |
|---------|--------|----------|
| master | [![Build Status](https://img.shields.io/travis/euskadi31/license/master.svg)](https://travis-ci.org/euskadi31/license) | [![Coveralls](https://img.shields.io/coveralls/euskadi31/license/master.svg)](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).