creep-tasks icon indicating copy to clipboard operation
creep-tasks copied to clipboard

How do I define my own Tasks?

Open mpardalos opened this issue 5 months ago • 0 comments

I am using creep-tasks with typescript, and I'm trying to define my own Tasks.

It looks to me like I need to use the Task abstract class, from src/creep-tasks/Task.ts, but I cannot find a way to import it.

I can just implement ITask, but that would probably involve duplicating a lot of code.

mpardalos avatar Sep 07 '24 17:09 mpardalos