Module

x/fluentci/src/cmd/init.ts>default

Set up and run your CI locally or in any CI Provider in a consistent way
Latest
function default
import { default } from "https://dotland.deno.dev/x/fluentci@v0.16.4/src/cmd/init.ts";

Initializes a Fluent CI pipeline by fetching the specified template from the registry, downloading it, and copying it to the specified output directory.

Parameters

optional
unnamed 0: { template?: string; standalone?: boolean; wasm?: boolean; } = [UNSUPPORTED]
  • The options for the initialization.
optional
name: string
  • The name of the template to use for the pipeline.