Skip to content

Dockerized adr-tools combined with adr-log

License

Notifications You must be signed in to change notification settings

extenda/docker-adr-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-adr-tools

This docker image wraps adr-tools with a custom table of contents generator inspired by adr-log to make it easier to manage ADRs in GitHub Markdown pages.

Usage

To start using ADRs, run init

docker run --rm -it -v "$(pwd)":/docs extenda/adr-tools init

To add an entry, run new

docker run --rm -it -v "$(pwd)":/docs extenda/adr-tools new Implement with Docker

For all options, run help.

License

This image is released under the GPL license.

About

Dockerized adr-tools combined with adr-log

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published