Skip to main content
Module

x/drake/mod.ts>execute

Drake is a make-like task runner for Deno.
Go to Latest
function execute
import { execute } from "https://deno.land/x/drake@v1.6.0/mod.ts";

Execute task action functions. First the non-async actions are executed synchronously then the async actions are exectuted asynchronously. Silently skip tasks that have no action function.

Parameters

...taskNames: string[]