An open API service indexing awesome lists of open source software.

https://github.com/lbovet/archix

Quick Software Architecture Diagrams
https://github.com/lbovet/archix

Last synced: about 2 months ago
JSON representation

Quick Software Architecture Diagrams

Awesome Lists containing this project

README

        

# archix
Quick Software Architecture Diagrams

## Intro

This is a library to generate SVG diagrams from a code definition.

See the API in https://github.com/lbovet/archix/blob/master/index.d.ts

## Browser

Define an element named `archix`, and include the `archix.js` script.

This will load and execute the `index.ts` script containing your diagram definitions.

## Node

Use it as dependency of a diagram project with

`npm install archix --save-dev`