licensor writes licenses to stdout. Generate and display license text for various open source licenses.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-33a4a113)More formats (shields.io, HTML) on the badges page.
# licensor - License Generator
## Overview
licensor writes licenses to stdout. Generate and display license text for various open source licenses.
## Quick Start
### Generate a license
```bash
sc licensor generate license <license-name>
```
### Passthrough to licensor CLI
```bash
sc licensor _ <licensor-args>
```
## Key Features
- **License Generation**: Generate license text for various licenses
- **SPDX Support**: Supports SPDX license identifiers
- **Multiple Licenses**: Support for many open source licenses
- **Simple Output**: Writes license text to stdout
- **CLI Tool**: Easy to use command-line interface
## Installation
```bash
cargo install licensor
```
Also available via:
- Homebrew
- Crates.io
## Usage Examples
### Generate MIT license
```bash
licensor MIT
```
### Generate Apache-2.0 license
```bash
licensor Apache-2.0
```
### Generate GPL-3.0 license
```bash
licensor GPL-3.0
```
### List available licenses
```bash
licensor --list
```
## Notes
- Run `licensor --help` to see all available options
- Supports many common open source licenses
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!