Home

Awesome

Text 2 ER Diagram

Features:

Usage

CLI

As a CLI tool, it automatically converts the ERD into an SVG and then into a PNG. In addition it will print the SVG code to the terminal.

From source

git clone https://github.com/dosaki/t2erd
node ./t2erd/src/t2erd.js -i /path/to/input.erd -o /path/to/ouput.png

Form NPM

or if installed globally via

npm install -g t2erd
t2erd -i=/path/to/input.erd -o=/path/to/ouput.png

Library

Please see t2erd instead.

Syntax

See Syntax on t2erd instead.