feenkcom / gtoolkit-executor

Common logic to compose and execute tasks written as commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GToolkit Executor

Common logic to compose and execute tasks written as commands. It handles errors, background executions, and debugging tools.

Installation

In GToolkit

EpMonitor current disableDuring: 
[
Metacello new
   baseline: 'GToolkitExecutor';
   repository: 'github://feenkcom/gtoolkit-executor/src';
   load.
]

In Pharo (loading GToolkit too)

EpMonitor current disableDuring: 
[
Metacello new
   baseline: 'GToolkitExecutorWithGT';
   repository: 'github://feenkcom/gtoolkit-executor/src';
   load.
]

About

Common logic to compose and execute tasks written as commands

License:MIT License


Languages

Language:Smalltalk 95.9%Language:HTML 4.1%