# json2puml **Repository Path**: qinquan5/json2puml ## Basic Information - **Project Name**: json2puml - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-05 - **Last Updated**: 2025-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # json 2 puml # This cli tool takes any well formed json payload and tries to determine a domain model by inspecting its structure. The output is plantUML that can be fed into visualisation tools to render the domain model. ### How do I get set up? ### To install the cli tool you can either install via ``` yarn global add git@github.com:ck3mp3r/json2puml.git ``` or ``` npm install -g git@github.com:ck3mp3r/json2puml.git ``` After installing run ``` json2puml --help ``` to show command line options.