This project can be used to generate sequence diagrams from the command line after defining the diagram with a simple DSL. It's a node wrapper around js-sequence-diagrams, check this page for DSL syntax http://bramp.github.io/js-sequence-diagrams/
node.js, npm, phantomjs, handlebars
Clone project from git repository
git clone https://github.com/schrepfler/sequence-diagram-generator.git
Fetch dependencies
npm install
Edit the sequence-diagrams.html (or make your own) file according to the diagram syntax and after running the following command you will find a png with your image.
./generate-sequence-diagram.js -f sequence-diagram.html -o sequence-diagram.png
See if we can avoid having to modify the tpl after precompilation. Full lines seem not to be rendered, check with nightmare team or phantom or js-sequence-diagram project npm-ise and publish Add proper image caption above and below the image with stylesheet See if libs can be fetched as deps