goblin-engine 0.1.0

A high-performance async workflow engine for executing scripts in planned sequences with dependency resolution
Documentation
1
2
3
4
5
name = "Example"
command = "deno run --allow-read main.ts"
timeout = 500 # default timeout
test_command = "bash test.sh" # convention is to return true or false based on success
require_test = false # stretch goal to only allow in a new versioned script if the test passes when this boolean is true