@repoatlasdev/exporters
v0.2.1
Published
Multi-format exporter plugins for RepoAtlas project trees (HTML, Markdown, SVG, Mermaid, DOCX, PDF, CSV, etc.)
Readme
@repoatlasdev/exporters
Multi-format export engine for RepoAtlas (
md,html,json,yaml,xml,csv,docx,svg,png,mermaid,plantuml).
Installation
npm install @repoatlasdev/exportersUsage
import { ExporterRegistry } from '@repoatlasdev/exporters';
const exporters = new ExporterRegistry();
const result = exporters.export(tree, 'mermaid');
console.log(result.content);