An open API service indexing awesome lists of open source software.

https://github.com/websublime/adr

Architecture Decision Records
https://github.com/websublime/adr

adr cli markdown nodejs

Last synced: 12 days ago
JSON representation

Architecture Decision Records

Awesome Lists containing this project

README

          

# ADR (Architecture Decision Records)

Create ADR markdown documents to register architecture decisions in your project. Current support languages EN and PT.

## Installation

```bash
yarn global add @websublime/adr

or

npm install -g @websublime/adr
```

## Usage

```bash
adr

Usage: adr [options]

Options:
-V, --version output the version number
-init, init Initiate project to support ADR, like: `adr init en`
-c, create Create a new ADR markdown. Surround your tilte always with quotes, like adr create `Use a new tool`
-l, log Show logging of all files
-s, status Set new state to ADR
-h, --help output usage information

adr init
adr new
adr list
adr generate toc
adr update
adr export
adr search
```