valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit f4c2a9aee33f903cde5a751d54f3bde62de2dca9
parent c54ada672ecb2ce23905a154f3068edc4124a917
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Thu, 15 Sep 2016 14:15:29 -0500

added readme

Diffstat:
Asnippets/stock-transport-across-contexts/README.md | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/snippets/stock-transport-across-contexts/README.md b/snippets/stock-transport-across-contexts/README.md @@ -0,0 +1,10 @@ +This set of snippets contains a transportation of some bike parts from a provider to a receiver, using another shipper. + +1. [resources-0.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/stock-transport-across-contexts/resources-0.yaml) +1. [issue.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/stock-transport-across-contexts/issue.yaml) +1. [resources-after-issue.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/stock-transport-across-contexts/resources-after-issue.yaml) +1. [transport.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/stock-transport-across-contexts/transport.yaml) +1. [resources-after-transport.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/stock-transport-across-contexts/resources-after-transport.yaml) +1. [receive.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/stock-transport-across-contexts/receive.yaml) +1. [resources-end.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/stock-transport-across-contexts/resources-end.yaml) +