{"id":16465027,"url":"https://github.com/ajoberstar/architecturedecisionrecords","last_synced_at":"2025-10-27T12:31:47.942Z","repository":{"id":45142316,"uuid":"139351336","full_name":"ajoberstar/ArchitectureDecisionRecords","owner":"ajoberstar","description":"PowerShell module for creating/managing Architecture Decision Records","archived":false,"fork":false,"pushed_at":"2022-08-13T17:50:01.000Z","size":22,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-06T20:51:52.191Z","etag":null,"topics":["architecture","architecture-decision-records","architecture-doc","documentation"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ajoberstar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-01T18:19:14.000Z","updated_at":"2025-01-02T19:31:00.000Z","dependencies_parsed_at":"2022-08-30T10:20:19.002Z","dependency_job_id":null,"html_url":"https://github.com/ajoberstar/ArchitectureDecisionRecords","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajoberstar%2FArchitectureDecisionRecords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajoberstar%2FArchitectureDecisionRecords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajoberstar%2FArchitectureDecisionRecords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajoberstar%2FArchitectureDecisionRecords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajoberstar","download_url":"https://codeload.github.com/ajoberstar/ArchitectureDecisionRecords/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238497493,"owners_count":19482264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["architecture","architecture-decision-records","architecture-doc","documentation"],"created_at":"2024-10-11T11:31:40.129Z","updated_at":"2025-10-27T12:31:47.930Z","avatar_url":"https://github.com/ajoberstar.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ArchitectureDecisionRecords\n\n\u003e [!IMPORTANT]\n\u003e This project is now maintained on [SourceHut](https://git.sr.ht/~ajoberstar/ArchitectureDecisionRecords).\n\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/ArchitectureDecisionRecords.svg)](https://www.powershellgallery.com/packages/ArchitectureDecisionRecords)\n\nA PowerShell module for working with [ArchitectureDecisionRecords](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions) (ADRs).\n\n## What is it?\n\nArchitectureDecisionRecords provides PowerShell functions that let you work with ADRs in a method compatible with the Bash-based [adr-tools](https://github.com/npryce/adr-tools).\n\n## How do I use it?\n\n### Installation\n\nUse PowerShellGet to install from PowerShell Gallery.\n\n```powershell\nInstall-Module -Name ArchitectureDecisionRecords\n```\n\n### Starting from scratch\n\n```powershell\nInitialize-Adr\n```\n\n### Adding a new ADR\n\n```powershell\nNew-Adr -Title 'Use a database'\nNew-Adr -Title 'Do not use a database' -Supersede 2\n```\n\n### Generating a TOC\n\n```powershell\nReset-AdrToc\n```\n\n### For more help\n\n```powershell\nGet-Command -Module ArchitectureDecisionRecords\n```\n\n```powershell\nGet-Help New-Adr\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajoberstar%2Farchitecturedecisionrecords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajoberstar%2Farchitecturedecisionrecords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajoberstar%2Farchitecturedecisionrecords/lists"}