Install Documentarian and related tools
Guidance for installing Documentarian and related tools.
less than a minute
Install tools
Install PowerShell modules
Requirements:
PowerShell version 7.2 or later
The PowerShell-Yaml module. You can install it from the PowerShell Gallery:
Install-Module -Name PowerShell-Yaml
Next, you need to download the latest build from the Documentarian GitHub repository.
- Select the latest successful workflow run for the Build Modules GitHub Action.
- In Artifacts, download the Documentarian zip file.
- Extract the Documentarian module from the zip file.
- Import the modules into your PowerShell session. For example,
Import-Module Documentarian.psd1
.
Install VS Code extensions
- Install Vale VS Code extension
- Install Error lens extension
Last modified February 24, 2023: Add install tools doc (c6b5cd7)