Skip to content

dosaki/t2erd-png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text 2 ER Diagram

Features:

  • Draw tables
  • Draw relationships
  • Draw self-referential relationships
  • Support colours
  • Support custom positions
  • Support custom table dimensions

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.

About

Text to ERD converter to PNG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors