An Atom Package for easily creating diagrams such as Sequence and Graphviz's Dot format. Diagrams are generated using easy to understand and very productive text notation.
Has an accompanying command line tool to generate SVG from these files. See diagrams.
Use the following flow when working on diagram files.
Install the diagrams Atom package
Create or load an existing .sequence or .dot file
Edit them and preview the results in realtime.
(Optionally) Use the diagram CLI to automatically generate .svg visualizes of the diagram files Run the following from the root folder that has all of your diagram files
diagrams watch --build .
See underlying diagrams project for documentation.
This project doesn't generate .svg files, but might in the future. The current focus is having an easy way to edit the content and preview the diagrams that will be generated using the diagrams command line tool.
See the diagrams command line tool for more information.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.