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

x/ningen/mod.ts>Ningen#rule

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

Parameters

unnamed 0: { name: string; command: string; binary?: File; srcs?: Files; description?: string; vars?: Vars; generator?: boolean; pool?: Pool | "console"; }