A PowerShell module for working with ArchitectureDecisionRecords (ADRs).
ArchitectureDecisionRecords provides PowerShell functions that let you work with ADRs in a method compatible with the Bash-based adr-tools.
Use PowerShellGet to install from PowerShell Gallery.
Install-Module -Name ArchitectureDecisionRecords
Initialize-Adr
New-Adr -Title 'Use a database'
New-Adr -Title 'Do not use a database' -Supersede 2
Reset-AdrToc
Get-Command -Module ArchitectureDecisionRecords
Get-Help New-Adr