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

https://github.com/teaishealthy/licenseman

A CLI tool to manage licenses in your projects
https://github.com/teaishealthy/licenseman

cli license-management tool

Last synced: 8 months ago
JSON representation

A CLI tool to manage licenses in your projects

Awesome Lists containing this project

README

          

# licenseman

A CLI tool to manage licenses in your projects.

## Installation

### Using `pipx`

```bash
pipx install git+https://github.com/teaishealthy/licenseman
```

### Manual installation

Download and install `terminaltables`:

```bash
pip install terminaltables
```

Now you can add `licenseman` to your `PATH` and use it.

## Usage

```bash
licenseman Canada
```

```bash
licenseman --spdx MIT
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details