◆ ◆ ◆
- Overview
- Demo
- Features
- Prerequisites
- Install
- Quick Start
- Usage
- Configuration
- Contributing
- Security
- Support
- Changelog
- License
- Acknowledgements
- Stats
{{PROJECT_NAME}} is a {{WHAT_IT_IS}} for the ResQ platform. It {{CORE_VALUE_PROPOSITION}}.
Related projects:
| Repo | Description |
|---|---|
| resq-software/resQ | Core platform monorepo |
| resq-software/cli | CLI tooling |
| resq-software/ui | Shared component library |
| resq-software/mcp | MCP server |
| resq-software/dotnet-sdk | .NET SDK |
Try it live: {{LIVE_DEMO_URL}} · Playground
- {{FEATURE_1}} — {{FEATURE_1_DESCRIPTION}}
- {{FEATURE_2}} — {{FEATURE_2_DESCRIPTION}}
- {{FEATURE_3}} — {{FEATURE_3_DESCRIPTION}}
| Requirement | Minimum | Notes |
|---|---|---|
{{RUNTIME}} |
{{MIN_VERSION}} |
{{RUNTIME_NOTE}} |
| Platform | Linux / macOS / Windows | {{PLATFORM_NOTE}} |
Install the resq toolchain (and,
when run inside a repo, the canonical git hooks) in one line:
curl -fsSL https://get.resq.software | shPrefer to read before piping to a shell:
curl -fsSL https://get.resq.software -o install-resq.sh
less install-resq.sh
sh install-resq.shbun add {{NPM_PACKAGE}}
# or: npm install {{NPM_PACKAGE}}Peer dependencies:
bun add react@^19 react-dom@^19 tailwindcss@^4cargo add {{CRATE_NAME}}uv add {{PYPI_PACKAGE}}
# or: pip install {{PYPI_PACKAGE}}dotnet add package {{NUGET_PACKAGE}}git clone https://github.com/resq-software/{{REPO}}.git
cd {{REPO}}
{{BUILD_COMMAND}}{{MINIMAL_WORKING_EXAMPLE}}
{{EXAMPLE_1}}
{{EXAMPLE_2}}
Full API reference: docs/ or resq.software/docs/{{REPO}}
| Variable / Flag | Default | Description |
|---|---|---|
{{ENV_VAR_1}} |
{{DEFAULT_1}} |
{{DESCRIPTION_1}} |
{{ENV_VAR_2}} |
{{DEFAULT_2}} |
{{DESCRIPTION_2}} |
{{CONFIG_EXAMPLE}}
We welcome contributions. Please read CONTRIBUTING.md before opening a PR.
Local setup:
git clone https://github.com/resq-software/{{REPO}}.git
cd {{REPO}}
{{DEV_SETUP_COMMAND}}Run tests:
{{TEST_COMMAND}}Commit convention: This project uses Conventional Commits.
All PRs must follow the type(scope): subject format — see the table below.
| Prefix | Effect on version |
|---|---|
feat: |
Minor bump (0.x.0) |
fix: / perf: |
Patch bump (0.0.x) |
BREAKING CHANGE footer or ! suffix |
Major bump (x.0.0) |
docs: style: refactor: test: chore: |
No version bump |
CI gate: every PR must keep the required status check green (org
ruleset default-branch-baseline). That single check aggregates language
CI, the security scan, and repo-standards conformance — see
resq-software/.github.
Found a vulnerability? Do not open a public issue. Follow the
coordinated-disclosure process in SECURITY.md (inherited
org-wide from resq-software/.github).
This project ships SHA-pinned CI actions and is scanned for vulnerable dependencies and leaked secrets on every push.
- 📖 Docs: docs.resq.software
- 💬 Questions / help: see
SUPPORT.md - 🐛 Bugs & features: open an issue
See CHANGELOG.md for the full release history.
Copyright 2026 ResQ
Licensed under the Apache License, Version 2.0.
- Built on the ResQ platform.
- {{ACKNOWLEDGEMENT_1}}

