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
- Host: GitHub
- URL: https://github.com/lbovet/archix
- Owner: lbovet
- License: mit
- Created: 2017-10-02T16:14:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T08:58:22.000Z (over 7 years ago)
- Last Synced: 2025-01-17T08:12:06.906Z (3 months ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`