Skip to content

Instantly share code, notes, and snippets.

@owulveryck
Last active December 19, 2022 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owulveryck/fd4d5a5ecd216be21bd9006846de7d98 to your computer and use it in GitHub Desktop.
Save owulveryck/fd4d5a5ecd216be21bd9006846de7d98 to your computer and use it in GitHub Desktop.
WTG: New attempt for a Wardley DSL

Download the utilities

Download the utility for your plateform from the GitHub repo

Example for Linux:

curl -L -o - https://github.com/owulveryck/wardleyToGo/releases/download/v0.6.0-newdsl/wardleyToGo_0.6.1-newdsl_Linux_x86_64.tar.gz | tar xzvf -

Generate a file

cat vc.wtg| ./wtg2svg > test.svg

Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
business - cup of tea
public - cup of tea
cup of tea - cup
cup of tea -- tea
cup of tea --- hot water
hot water - water
hot water -- kettle
kettle - power
power: {
type: outsource
evolution: |....|....|....x|.....>..|
}
cup: {
type: buy
evolution: |....|....|....|....x....|
}
tea: {
type: buy
evolution: |....|....|....|.....x....|
}
public: {
evolution: |....|....|....|.x...|
}
hot water: {
evolution: |....|....|....|....x....|
}
water: {
type: outsource
evolution: |....|....|....|.....x....|
}
kettle: {
type: build
evolution: |....|...x.|..>.|..........|
}
business: {
evolution: |....|....|...x.|.........|
}
cup of tea: {
evolution: |....|....|..x..|........|
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment