Skip to main content

5 docs tagged with "Executors"

View all tags

Node executors

Custom Blaze executors can be written using the Node Javascript runtime.

std:commands

The std:commands executor is used to order to execute some system commands.

std:exec

The std:exec executor is used to order to execute a file using a system provided shell.

What is an executor ?

An executor is a way to execute a target. Technically speaking, it is just a piece of code which takes specific options as an input. This code is called when running a target that uses this executor.