Skip to content

Instantly share code, notes, and snippets.

@Zulko
Created October 2, 2015 10:43
Show Gist options
  • Save Zulko/6e4240bf473b16bb6f87 to your computer and use it in GitHub Desktop.
Save Zulko/6e4240bf473b16bb6f87 to your computer and use it in GitHub Desktop.
Sublime file to build erd diagrams (at least on Macs)
{
"cmd": ["erd", "-i", "$file", "-o", "__build__.png"],
"path": "/usr/bin:/usr/local/bin"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment