@websublime/adr
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

ADR (Architecture Decision Records)

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

Installation

yarn global @websubile/adr

or

npm install -g @websublime/adr

Usage

adr

Usage: adr [options]

Options:
  -V, --version       output the version number
  -init, init <lang>  Initiate project to support ADR, like: `adr init en`
  -c, create <title>  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 <index>  Set new state to ADR
  -h, --help          output usage information

adr init <language>
adr new <decision>
adr list
adr generate toc
adr update
adr export <type>
adr search <keyword>

Readme

Keywords

none

Package Sidebar

Install

npm i @websublime/adr

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

42.5 kB

Total Files

45

Last publish

Collaborators

  • miguelramos