microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v3.3.10

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

docs/getting-started/methods/README.md

43lines · modecode

1---
2title: Setup Methods
3description: Detailed guides for each HVE Core installation and workspace configuration method
4sidebar_label: Overview
5sidebar_position: 0
6author: Microsoft
7ms.date: 2026-03-12
8ms.topic: overview
9keywords:
10 - setup
11 - installation
12 - workspace
13 - configuration
14estimated_reading_time: 3
15---
16
17HVE 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
34Start 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
36See 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,
42then carefully refined by our team of discerning human reviewers.*
43<!-- markdownlint-enable MD036 -->
44