adr-tools
Version:
Command-line tools for working with Architecture Decision Records
22 lines (16 loc) • 286 B
Markdown
# ADR (Architecture Decision Records)
This is a fork from [phodal/adr](https://phodal.github.io/adr/)
## Installation
```bash
yarn install
```
## Usage
```bash
adr init <language>
adr new <decision>
adr list
adr generate toc
adr update
adr export <type>
adr search <keyword>
```