文件名称:ArchitectureDecisionRecords:用于创建管理架构决策记录的PowerShell模块
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-29 03:17:35
documentation architecture architecture-doc architecture-decision-records PowerShell
ArchitectureDecisionRecords 一个用于使用 (ADR)的PowerShell模块。 它是什么? ArchitectureDecisionRecords提供了PowerShell函数,使您可以使用与基于Bash的兼容的方法来处理 。 如何使用? 安装 使用PowerShellGet从PowerShell Gallery安装。 Install-Module - Name ArchitectureDecisionRecords 从头开始 Initialize-Adr 添加新的ADR New-Adr - Title ' Use a database ' New-Adr - Title ' Do not use a database ' - Supersede 2 生成目录 Reset-AdrToc 寻求更多帮助 Get-Command - Module Archi
【文件预览】:
ArchitectureDecisionRecords-master
----ArchitectureDecisionRecords.psd1(9KB)
----template.md(364B)
----README.md(1KB)
----init.md(456B)
----ArchitectureDecisionRecords.psm1(11KB)