Files
hermes-agent/optional-skills/software-development/code-wiki/templates/getting-started.md
T
2026-06-14 14:30:48 -04:00

658 B

Getting Started

Prerequisites

  • {{LANGUAGE_RUNTIME_VERSION}}
  • {{DEPENDENCY}}

Installation

{{INSTALL_COMMANDS}}

First Run

{{FIRST_RUN_COMMAND}}

You should see {{EXPECTED_OUTPUT}}.

Common Workflows

{{WORKFLOW_1}}

{{COMMANDS}}

{{WORKFLOW_2}}

{{COMMANDS}}

Configuration

Key config files and settings:

  • {{CONFIG_FILE}} — {{WHAT_IT_CONTROLS}}
  • Env var {{VAR}} — {{WHAT_IT_CONTROLS}}

Where to Go Next