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

x/ningen/mod.ts>init

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

Initialises Ningen.

Returned functions are the ones to use to actually define build rules.

Parameters

importUrl: string

the {@code import.meta.url} property of the calling module. Supply this to ensure that relative paths work correctly.