sync
This commit is contained in:
13
docs/workflow.md
Normal file
13
docs/workflow.md
Normal file
@@ -0,0 +1,13 @@
|
||||
```mermaid
|
||||
flowchart TD
|
||||
read --> src_paths
|
||||
src_paths --> cfg
|
||||
cfg --> parsed
|
||||
cfg --> template_args
|
||||
template_args --> dest_paths
|
||||
src_paths --> template
|
||||
parsed --> template
|
||||
dest_paths --> template
|
||||
template --> write
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user