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
- Host: GitHub
- URL: https://github.com/teaishealthy/licenseman
- Owner: teaishealthy
- License: other
- Created: 2022-10-24T16:40:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T17:22:35.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T12:08:26.093Z (over 1 year ago)
- Topics: cli, license-management, tool
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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