les-viz

command
v0.10.2-alpha.0...-d05ecc4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2018 License: BSD-3-Clause Imports: 6 Imported by: 0

README

les-viz: Event Markdown Vizualization (EMD -> GraphViz)

example

Generates a GraphViz digraph for an event storming.

What is Event Markdown?

See also: https://webeventstorming.com

Usage


$ les-viz --help
usage: les-viz [<flags>] [<file>]

Generates a http://www.graphviz.org/ digraph for an event storming.

Flags:
  --help     Show context-sensitive help (also try --help-long and --help-man).
  --version  Show application version.

Args:
  [<file>]  Event Markdown (.emd) file

Generating a .png Image

Install GraphViz:


sudo apt-get install graphviz

Generate a visual representation of an event storming:


curl -L https://raw.githubusercontent.com/Adaptech/les/master/samples/consentaur/Eventstorming.emd > Eventstorming.emd \
&& les-viz Eventstorming.emd | dot -Tpng -o Eventstorming.png \
&& eog Eventstorming.png

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL