microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
docs/getting-started/methods/README.md
43lines · modecode
| 1 | --- |
| 2 | title: Setup Methods |
| 3 | description: Detailed guides for each HVE Core installation and workspace configuration method |
| 4 | sidebar_label: Overview |
| 5 | sidebar_position: 0 |
| 6 | author: Microsoft |
| 7 | ms.date: 2026-03-12 |
| 8 | ms.topic: overview |
| 9 | keywords: |
| 10 | - setup |
| 11 | - installation |
| 12 | - workspace |
| 13 | - configuration |
| 14 | estimated_reading_time: 3 |
| 15 | --- |
| 16 | |
| 17 | HVE Core supports multiple setup methods. Choose the approach that fits your environment and workflow. |
| 18 | |
| 19 | ## Available Methods |
| 20 | |
| 21 | | Method | Best For | Complexity | |
| 22 | |---------------------------------------|-------------------------------------------|------------| |
| 23 | | [VS Code Extension](extension.md) | Quick start, individual developers | Low | |
| 24 | | [Multi-Root Workspace](multi-root.md) | Teams with shared configuration | Medium | |
| 25 | | [Git Submodule](submodule.md) | Pinned versions, CI integration | Medium | |
| 26 | | [Peer Clone](peer-clone.md) | Side-by-side development and contribution | Medium | |
| 27 | | [Mounted Workspace](mounted.md) | Container and remote environments | Medium | |
| 28 | | [Git-Ignored Clone](git-ignored.md) | Local-only customization | Low | |
| 29 | | [Codespaces](codespaces.md) | Cloud-based development | Low | |
| 30 | | [CLI Plugins](cli-plugins.md) | Terminal-first workflows | Medium | |
| 31 | |
| 32 | ## Which Method Should You Choose? |
| 33 | |
| 34 | Start with the **VS Code Extension** if you want the fastest path. Move to **Multi-Root Workspace** or **Git Submodule** when your team needs shared, version-controlled configuration. |
| 35 | |
| 36 | See the [Getting Started](../README.md) guide for the recommended onboarding sequence. |
| 37 | |
| 38 | --- |
| 39 | |
| 40 | <!-- markdownlint-disable MD036 --> |
| 41 | *🤖 Crafted with precision by ✨Copilot following brilliant human instruction, |
| 42 | then carefully refined by our team of discerning human reviewers.* |
| 43 | <!-- markdownlint-enable MD036 --> |
| 44 | |