licensor - License Generator
Overview
licensor writes licenses to stdout. Generate and display license text for various open source licenses.
Quick Start
Generate a license
sc licensor generate license <license-name>
Passthrough to licensor CLI
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
cargo install licensor
Also available via:
- Homebrew
- Crates.io
Usage Examples
Generate MIT license
licensor MIT
Generate Apache-2.0 license
licensor Apache-2.0
Generate GPL-3.0 license
licensor GPL-3.0
List available licenses
licensor --list
Notes
- Run
licensor --helpto see all available options - Supports many common open source licenses