Skip to content

PowerShell module for creating/managing Architecture Decision Records

License

Notifications You must be signed in to change notification settings

ajoberstar/ArchitectureDecisionRecords

Repository files navigation

ArchitectureDecisionRecords

PowerShell Gallery

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

About

PowerShell module for creating/managing Architecture Decision Records

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published