架构决策记录的可视化工具
项目描述
adr-viewer
使用adr-viewer,您可以轻松浏览架构决策记录的网页,无论是作为本地Web服务器还是生成的静态内容。使用代码块/围栏包含Mermaid格式的图表,例如 test ADR 5。
示例
安装
从PyPI
$ pip install adr-viewer
从Homebrew
$ brew install adr-viewer
请参阅adr-viewer
公式页面。
从本地构建
adr-viewer需要Python 3.7或更高版本(带有Pip)
$ git clone https://github.com/mrwilson/adr-viewer
$ pip install -r requirements.txt
$ python setup.py install
用法
Usage: adr-viewer [OPTIONS]
Options:
--adr-path TEXT Directory containing ADR files. [default: doc/adr/]
--output TEXT File to write output to. [default: index.html]
--title TEXT The project title [default: the basename of the current directory]
--serve Serve content at http://localhost:8000/
--port INT Custom server port [default: 8000]
--help Show this message and exit.
--adr-path
的默认值是doc/adr/
,因为这是adr-tools生成的默认路径。
支持的记录类型
项目详情
关闭
adr_viewer-1.4.0.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 9a2f02a9feb3a6d03d055dd8599b20d34126f8e755b4b4ee1a353ecbbd590cef |
|
MD5 | 1facd6f07628034b458ab64935b42c9b |
|
BLAKE2b-256 | 1b720f787da38d0f9d69c06b31d8f412735ed4fad383edd7f7d2286f4fc7b5b0 |