Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 730 Bytes

log4brains.md

File metadata and controls

34 lines (23 loc) · 730 Bytes

Log4brains

Install

npm install -g log4brains
log4brains init

Or use via npx.

Configuration

.log4brains.yml

project:
  name: Foo Bar # The name that should be displayed in the UI
  tz: America/New_York # The timezone that you use for the dates in your ADR files
  adrFolder: ./src/adr # The location of your ADR files

Commands

  • Preview locally: npx log4brains preview
  • Create new ADR: npx log4brains adr new
  • Build for production: npx log4brains build

Resources