Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/drake/lib/registry.ts>execute

Drake is a make-like task runner for Deno.
Latest
function execute
import { execute } from "https://deno.land/x/drake@v1.7.0/lib/registry.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[]