{"id":22092516,"url":"https://github.com/nicholassynovic/tool_rad","last_synced_at":"2026-01-05T02:49:57.142Z","repository":{"id":258710543,"uuid":"863759881","full_name":"NicholasSynovic/tool_rad","owner":"NicholasSynovic","description":"Record Architecture Designs - a tool to facilitate ADR creation and management","archived":false,"fork":false,"pushed_at":"2024-10-23T23:58:12.000Z","size":695,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T10:24:04.508Z","etag":null,"topics":["adr","architecture","tools"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NicholasSynovic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":".github/GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":null},"created_at":"2024-09-26T21:30:51.000Z","updated_at":"2024-10-23T21:47:20.000Z","dependencies_parsed_at":"2024-10-24T01:00:16.241Z","dependency_job_id":null,"html_url":"https://github.com/NicholasSynovic/tool_rad","commit_stats":null,"previous_names":["nicholassynovic/tool_rad"],"tags_count":3,"template":false,"template_full_name":"NicholasSynovic/template_c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicholasSynovic%2Ftool_rad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicholasSynovic%2Ftool_rad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicholasSynovic%2Ftool_rad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicholasSynovic%2Ftool_rad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NicholasSynovic","download_url":"https://codeload.github.com/NicholasSynovic/tool_rad/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245186930,"owners_count":20574554,"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":["adr","architecture","tools"],"created_at":"2024-12-01T03:09:44.192Z","updated_at":"2026-01-05T02:49:57.113Z","avatar_url":"https://github.com/NicholasSynovic.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `rad` - Record Architecture Decisions\n\n\u003e A small tool to help you record your architecture decisions\n\n## Table of Contents\n\n- [`rad` - Record Architecture Decisions](#rad---record-architecture-decisions)\n  - [Table of Contents](#table-of-contents)\n  - [About](#about)\n  - [How To Install](#how-to-install)\n  - [How To Configure `rad`](#how-to-configure-rad)\n  - [ADR Formats](#adr-formats)\n\n## About\n\nThis project is a continuation of the [`talo`](https://github.com/canpolat/talo)\nproject in the sense to provide a single tool to manage Architecture Decision\nReports (ADRs) within projects. Unlike `talo`, `rad` is meant to soley focus on\nADRs and limit user configuration in the spirit of\n[`black`](https://github.com/psf/black). Additionally, this tool takes\ninspiration from [`git`](https://git-scm.com) to allow you to record ADRs\nanywhere within the project instead of just in the project's root directory.\n\n## How To Install\n\nThe following instructions allow you to build `rad` locally:\n\n```shell\ngit clone https://github.com/NicholasSynovic/tool_rad\ncd tool_rad\ncmake .\nmake\ncp ./bin/rad ~/.local/bin/rad\n```\n\n## How To Configure `rad`\n\nYou can initialize `rad` with:\n\n```shell\nrad init\n```\n\nThis will create a `.rad.json` file in the current directory.\n\nThe `.rad.json` file is intentionally sparse. The following options can be\nconfigured in the file:\n\n- `adr_directory`: The *relative* path to store ADRs.\n  - Default: `docs/adr`\n- `adr_format`: The format of the ADRs.\n  - Default: `nygard`.\n    - See [ADR Formats](#adr-formats) for a list of availible formats\n\n## ADR Formats\n\nThe following ADR formats are supported:\n\n- `edgex`: EdgeX\n- `business`: Business\n- `madr`: Markdown ADR (MADR)\n- `tyree`: Tyree\n- `planguage`: Planguage\n- `alexandrian`: Alexandrian\n- `nygard`: Nygard\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicholassynovic%2Ftool_rad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicholassynovic%2Ftool_rad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicholassynovic%2Ftool_rad/lists"}