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

x/ningen/mod.ts>Rule

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

A rule definition.

Constructors

new
Rule(
name: string,
command: string,
binary: File | null,
srcs: Files,
description: string | null,
vars: Vars,
generator: boolean,
directory: string,
pool: Pool | "console" | null,
)