ajoberstar / ArchitectureDecisionRecords

PowerShell module for creating/managing Architecture Decision Records

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:PowerShell 100.0%