Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ningen/mod.ts>Ningen#build

Simple ninja build generator
Latest
method Ningen.prototype.build
import { Ningen } from "https://deno.land/x/ningen@0.0.6/mod.ts";

Parameters

unnamed 0: { rule: Rule; inputs: Files; outputs: Files; vars?: Vars; pool?: Pool | ""; isDefault?: boolean; }