adr-tools icon indicating copy to clipboard operation
adr-tools copied to clipboard

Overload template and direcotry file names with --arguments

Open cprn opened this issue 6 years ago • 1 comments

This is a feature request.

Overload template file name and directory file name with arguments.

Use case would be to use adr command to manage other type of markdown files, e.g.:

alias prd='adr --template-file prd_template.md --dir-file .prd-dir'

This way we could create PRD files with the very same tool while steel being able to create ADR files:

adr new Use adr-toolset to manage PRDs as well
prd init doc/architecture/drivers/
prd new Needs to be testable
prd new Needs to be expandable
prd link 1 "Mentioned in" 2 "Can't break"
adr list # lists existing ADR documents
prd list # lists existing PRD documents

cprn avatar Oct 14 '19 11:10 cprn

Another usage could be different templates or languages.

bgeese-szdm avatar Jan 10 '20 15:01 bgeese-szdm