willdo 0.0.1

Task manager with DAG
Documentation
1
2
3
4
5
6
7
8
9
10
when: [{ done: [abc] }]
then: [{ start: [implied] }]
script:
  - echo awesome!
  - printf aha\\naha
  - false
  - ls
  # - export: variable
  #   command: ls
  #   content: output # error # status # all