{{ONE_LINE_TAGLINE}}
{{TOOL_NAME}} is {{SHORT_DESCRIPTION_ONE_OR_TWO_SENTENCES}}.
{{TOOL_NAME}} ships as a single static binary per platform.
# Homebrew (macOS / Linux)
brew install supermodellabs/tap/{{TOOL_NAME}}
# Download a release binary
# https://github.com/supermodellabs/{{TOOL_NAME}}/releases
# From source
git clone https://github.com/supermodellabs/{{TOOL_NAME}}
cd {{TOOL_NAME}}
{{BUILD_COMMAND}}Verify the install:
{{TOOL_BINARY}} --version
{{TOOL_BINARY}} --help# 1. {{STEP_ONE_DESCRIPTION}}
{{TOOL_BINARY}} {{STEP_ONE_COMMAND}}
# 2. {{STEP_TWO_DESCRIPTION}}
{{TOOL_BINARY}} {{STEP_TWO_COMMAND}}
# 3. {{STEP_THREE_DESCRIPTION}}
{{TOOL_BINARY}} {{STEP_THREE_COMMAND}}{{TOOL_BINARY}} {{COMMAND_GROUP_ONE}} [subcommands...]
{{TOOL_BINARY}} {{COMMAND_GROUP_TWO}} [subcommands...]
{{TOOL_BINARY}} {{TOP_LEVEL_COMMAND}} ← {{ONE_LINE_DESCRIPTION}}
A few highlights:
| Command | What it does |
|---|---|
{{TOOL_BINARY}} {{EXAMPLE_COMMAND_ONE}} |
{{ONE_LINE_DESCRIPTION}} |
{{TOOL_BINARY}} {{EXAMPLE_COMMAND_TWO}} |
{{ONE_LINE_DESCRIPTION}} |
{{TOOL_BINARY}} {{EXAMPLE_COMMAND_THREE}} |
{{ONE_LINE_DESCRIPTION}} |
Run {{TOOL_BINARY}} <command> --help for full flags and examples.
{{TWO_OR_THREE_PARAGRAPHS_ON_THE_OPINIONATED_DESIGN_CHOICES}}
A few principles that shape the tool:
- {{PRINCIPLE_ONE}}. {{ONE_OR_TWO_SENTENCES}}
- {{PRINCIPLE_TWO}}. {{ONE_OR_TWO_SENTENCES}}
- {{PRINCIPLE_THREE}}. {{ONE_OR_TWO_SENTENCES}}
We use Discussions for ideas, questions, and "what if {{TOOL_NAME}} did X?" — the conversational stuff that benefits from threading and isn't yet a concrete change. Start there if you're not sure.
We use Issues for concrete, reproducible change requests: a bug with a repro, a missing flag with a clear shape, a doc inaccuracy. An issue should describe the change well enough that a contributor could pick it up cold.
We close — warmly — issues and PRs that don't engage with the contribution guidelines. This isn't gatekeeping; it's care for the OSS ecosystem. A maintained project needs a steady signal-to-noise ratio, and we'd rather have a smaller queue we can actually serve than a large one we can't. If your issue or PR gets auto-closed, the bot will point you at the relevant section of CONTRIBUTING.md — please reopen after addressing the feedback.
Apache 2.0. See LICENSE.