npm install -g log4brains
log4brains init
Or use via npx
.
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
- Preview locally:
npx log4brains preview
- Create new ADR:
npx log4brains adr new
- Build for production:
npx log4brains build