ArchitectureDecisionRecords

PowerShell module for creating/managing Architecture Decision Records

MIT License

Stars
9

ArchitectureDecisionRecords

A PowerShell module for working with ArchitectureDecisionRecords (ADRs).

What is it?

ArchitectureDecisionRecords provides PowerShell functions that let you work with ADRs in a method compatible with the Bash-based adr-tools.

How do I use it?

Installation

Use PowerShellGet to install from PowerShell Gallery.

Install-Module -Name ArchitectureDecisionRecords

Starting from scratch

Initialize-Adr

Adding a new ADR

New-Adr -Title 'Use a database'
New-Adr -Title 'Do not use a database' -Supersede 2

Generating a TOC

Reset-AdrToc

For more help

Get-Command -Module ArchitectureDecisionRecords
Get-Help New-Adr
Badges
Extracted from project README
PowerShell Gallery