Skip to content

ADR's for jbang and jbangorg related projects

License

Notifications You must be signed in to change notification settings

jbangdev/jbang-adrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jbang-adrs

ADRs for jbang and jbangorg related projects

Managing ADRs

ADR-J is a command-line tool to manage ADRs in a project. It can be used to create new ADRs, generate a table of contents, and more. ADR-J supports JBang and is available as JBang alias adr@adoble. To use ADR-J, follow these steps.

Display ADR-J version

jbang run adr@adoble version

Update ADR TOC

jbang run adr@adoble generate toc

or

./gradlew generateAdrToc

Updating the ADR template

File madr.adoc is the template file that is used to create new ADRs. The template can be refreshed by running command:

wget https://raw.githubusercontent.com/adoble/adr-j/refs/heads/main/doc/example_templates/madr.adoc

Default editor for ADRs

Set the EDITOR environment variable to your preferred editor. For example, to use Visual Studio Code, run the following command:

export EDITOR=code

Creating a new ADR

To create a new ADR, run the following command:

jbang run adr@adoble new Document Title

For example, the ADR for Application Versioning was created by running command:

jbang run adr@adoble new Application Versioning

About

ADR's for jbang and jbangorg related projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Contributors 2

  •  
  •