# Quickstart

> licensor - License Generator

- Skill: `javimosch/quickstart-1440` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-1440`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-1440/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/quickstart-1440

---

# 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

