0.2.6 • Published 4 months ago
easy-arch v0.2.6
easy-arch
Install
npm i -g easy-arch
Usage
Initilizing new arch or adr document
easy-arch initArch
easy-arch initADR
Exporting your md file to pdf or html
easy-arch exportPDF -i <your-md-file>
easy-arch exportHTML -i <your-md-file>
Watching your md file and auto-exporting to html, during development.
easy-arch watch -i <your-md-file>