Task Types

Supported task types

Type Description
cleaner cleans up files matching on of the file glob specs.
copy copies files matching a source glob pattern into the destination folder.
fetch fetches url bases resources and makes a local copy.
mkdir creates directories as needed from the dirs list.
move moves files matching the source glob specs to the destination folder.
remove deletes files matching on of the file glob specs.
run executes a program and awaits its response.
template processes an input template to generate output.

Coming soon more info …